ug4
|
#include "class_name_provider.h"
Namespaces | |
ug | |
the ug namespace | |
ug::bridge | |
Functions | |
bool | ug::bridge::ClassNameTreeContains (const ClassNameNode &node, const std::string &name) |
returns if a name is contained in the name tree at node or in base classes More... | |
bool | ug::bridge::ClassNameTreeWay (std::vector< size_t > &vWay, const ClassNameNode &node, const std::string &name) |
bool | ug::bridge::ClassNameVecContains (const std::vector< const char * > &names, const std::string &name) |
returns if a name is contained in the name vector More... | |
void | ug::bridge::ExtractClassNameVec (std::vector< const char * > &names, const ClassNameNode &node, bool clearVec=true) |
returns the vector containing all names in the name tree for node and its base classes More... | |