KiCad PCB EDA Suite
|
#include <vrml1_node.h>
Public Member Functions | |
bool | AddName (const std::string &aName, WRL1NODE *aNode) |
bool | DelName (const std::string &aName, WRL1NODE *aNode) |
WRL1NODE * | FindName (const std::string &aName) |
Private Attributes | |
std::map< std::string, WRL1NODE * > | reg |
Definition at line 47 of file vrml1_node.h.
bool NAMEREGISTER::AddName | ( | const std::string & | aName, |
WRL1NODE * | aNode | ||
) |
Definition at line 39 of file vrml1_node.cpp.
References reg.
Referenced by WRL1BASE::implementDef(), and WRL1NODE::SetName().
bool NAMEREGISTER::DelName | ( | const std::string & | aName, |
WRL1NODE * | aNode | ||
) |
WRL1NODE * NAMEREGISTER::FindName | ( | const std::string & | aName | ) |
|
private |
Definition at line 55 of file vrml1_node.h.
Referenced by AddName(), DelName(), and FindName().