The stlsupport.h
File Reference
Included Headers
#include <memory>
Functions Index
void | addSTLSupport (std::shared_ptr< Entry > &root) |
Add stub entries for the most used classes in the standard template library. More... | |
Functions
addSTLSupport()
|
Add stub entries for the most used classes in the standard template library.
- Parameters
-
root Root of the entry tree to add the entries to.
Declaration at line 27 of file stlsupport.h, definition at line 266 of file stlsupport.cpp.
266void addSTLSupport(std::shared_ptr<Entry> &root)
267{
268 if (Config_getBool(BUILTIN_STL_SUPPORT))
269 {
270 addSTLClasses(root);
271 }
272}
References addSTLClasses and Config_getBool.
Referenced by parseInput.
Generated via doxygen2docusaurus by Doxygen 1.14.0.