TMF

Information gathered about externally defined template member functions, member data, and member classes.

extern (C++) @nogc nothrow @safe
struct TMF {
Classsym* stag;
token_t* tbody;
token_t* to;
param_t* temp_arglist;
int member_class;
int castoverload;
char* name;
int member_template;
param_t* temp_arglist2;
param_t* ptal;
Symbol* sclassfriend;
uint access_specifier;
}
Suggestion Box / Bug Report