|
Doxygen
|
Go to the source code of this file.
Classes | |
| struct | STLInfo |
| A struct contained the data for an STL class. More... | |
Functions | |
| static void | addSTLMember (const std::shared_ptr< Entry > &root, const char *type, const char *name) |
| static void | addSTLIterator (const std::shared_ptr< Entry > &classEntry, const DString &name) |
| static void | addSTLClass (const std::shared_ptr< Entry > &root, const STLInfo *info) |
| static void | addSTLClasses (const std::shared_ptr< Entry > &root) |
| void | addSTLSupport (std::shared_ptr< Entry > &root) |
| Add stub entries for the most used classes in the standard template library. | |
Variables | |
| static STLInfo | g_stlinfo [] |
Definition at line 166 of file stlsupport.cpp.
References addSTLClass(), addSTLIterator(), addSTLMember(), STLInfo::baseClass1, STLInfo::baseClass2, STLInfo::className, STLInfo::iterators, Argument::name, DString::prepend(), ArgumentList::push_back(), STLInfo::templName1, STLInfo::templName2, STLInfo::templType1, STLInfo::templType2, Argument::type, and STLInfo::virtualInheritance.
Referenced by addSTLClass(), and addSTLClasses().
|
static |
Definition at line 245 of file stlsupport.cpp.
References addSTLClass(), addSTLClasses(), STLInfo::className, and g_stlinfo.
Referenced by addSTLClasses(), and addSTLSupport().
Definition at line 153 of file stlsupport.cpp.
References addSTLIterator().
Referenced by addSTLClass(), and addSTLIterator().
|
static |
Definition at line 140 of file stlsupport.cpp.
References addSTLMember().
Referenced by addSTLClass(), and addSTLMember().
| void addSTLSupport | ( | std::shared_ptr< Entry > & | root | ) |
Add stub entries for the most used classes in the standard template library.
| root | Root of the entry tree to add the entries to. |
Definition at line 266 of file stlsupport.cpp.
References addSTLClasses(), addSTLSupport(), and Config_getBool.
Referenced by addSTLSupport(), and parseInput().
|
static |
Definition at line 34 of file stlsupport.cpp.
Referenced by addSTLClasses().