Doxygen
|
A struct contained the data for an STL class. More...
Public Attributes | |
const char * | className |
const char * | baseClass1 |
const char * | baseClass2 |
const char * | templType1 |
const char * | templName1 |
const char * | templType2 |
const char * | templName2 |
bool | virtualInheritance |
bool | iterators |
A struct contained the data for an STL class.
Definition at line 21 of file stlsupport.cpp.
const char* STLInfo::baseClass1 |
Definition at line 24 of file stlsupport.cpp.
Referenced by addSTLClass().
const char* STLInfo::baseClass2 |
Definition at line 25 of file stlsupport.cpp.
Referenced by addSTLClass().
const char* STLInfo::className |
Definition at line 23 of file stlsupport.cpp.
Referenced by addSTLClass(), and addSTLClasses().
bool STLInfo::iterators |
Definition at line 31 of file stlsupport.cpp.
Referenced by addSTLClass().
const char* STLInfo::templName1 |
Definition at line 27 of file stlsupport.cpp.
Referenced by addSTLClass().
const char* STLInfo::templName2 |
Definition at line 29 of file stlsupport.cpp.
Referenced by addSTLClass().
const char* STLInfo::templType1 |
Definition at line 26 of file stlsupport.cpp.
Referenced by addSTLClass().
const char* STLInfo::templType2 |
Definition at line 28 of file stlsupport.cpp.
Referenced by addSTLClass().
bool STLInfo::virtualInheritance |
Definition at line 30 of file stlsupport.cpp.
Referenced by addSTLClass().