KiCad PCB EDA Suite
Loading...
Searching...
No Matches
NAMEREGISTER Class Reference

#include <vrml1_node.h>

Public Member Functions

bool AddName (const std::string &aName, WRL1NODE *aNode)
 
bool DelName (const std::string &aName, WRL1NODE *aNode)
 
WRL1NODEFindName (const std::string &aName)
 

Private Attributes

std::map< std::string, WRL1NODE * > reg
 

Detailed Description

Definition at line 47 of file vrml1_node.h.

Member Function Documentation

◆ AddName()

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().

◆ DelName()

bool NAMEREGISTER::DelName ( const std::string &  aName,
WRL1NODE aNode 
)

Definition at line 55 of file vrml1_node.cpp.

References reg.

Referenced by WRL1NODE::~WRL1NODE().

◆ FindName()

WRL1NODE * NAMEREGISTER::FindName ( const std::string &  aName)

Definition at line 72 of file vrml1_node.cpp.

References reg.

Referenced by WRL1NODE::FindNode().

Member Data Documentation

◆ reg

std::map< std::string, WRL1NODE* > NAMEREGISTER::reg
private

Definition at line 55 of file vrml1_node.h.

Referenced by AddName(), DelName(), and FindName().


The documentation for this class was generated from the following files: