|
AFI
Advanced Forwarding Interface
|
![]() |
Master class for managing token/name mappings. More...
#include <AftNameTable.h>
Public Member Functions | |
| AftNameTable () | |
| Constructor for name table. | |
| void | insert (const std::string nodeType, const std::string &nodeName, AftNodeToken nodeToken) |
| void | remove (const std::string nodeType, const std::string &nodeName) |
| const bool | find (const std::string nodeType, const std::string &nodeName, AftNodeToken &nodeToken) |
| const bool | match (const std::string nodeType, const std::regex &match, AftNameList &nameList) |
Protected Attributes | |
| AftNameTypeMap | _names |
| Underlying map used to hold name table entries. | |
Master class for managing token/name mappings.
1.8.6