34 |
, const SymChar *id=NULL, const SymChar *method=NULL, const int flag=0 |
, const SymChar *id=NULL, const SymChar *method=NULL, const int flag=0 |
35 |
); |
); |
36 |
|
|
37 |
|
std::vector<Annotation> getTypeRefinedNotesLang(const Type &type |
38 |
|
, const SymChar *lang |
39 |
|
); |
40 |
|
|
41 |
const char *getNoteForVariable(const Type &type |
const char *getNoteForVariable(const Type &type |
42 |
, const SymChar *varname |
, const SymChar *varname |
43 |
, const SymChar *lang=NULL /* assume 'inline' if not specified */ |
, const SymChar *lang=NULL /* assume 'inline' if not specified */ |
44 |
); |
); |
45 |
}; |
}; |
46 |
|
|
47 |
#endif |
#endif |