#include <TcaRegistry.h>
Public Member Functions | |
| RegRecord () | |
| RegRecord (const std::string &host, const std::string &link_addr) | |
| const std::string | str () const |
Public Attributes | |
| std::string | host_ |
| std::string | link_addr_ |
Definition at line 28 of file TcaRegistry.h.
| RegRecord::RegRecord | ( | ) | [inline] |
Definition at line 31 of file TcaRegistry.h.
| RegRecord::RegRecord | ( | const std::string & | host, | |
| const std::string & | link_addr | |||
| ) | [inline] |
Definition at line 33 of file TcaRegistry.h.
| const std::string RegRecord::str | ( | ) | const [inline] |
Definition at line 39 of file TcaRegistry.h.
References host_, and link_addr_.
Referenced by TcaController::get_registration().
| std::string RegRecord::host_ |
Definition at line 36 of file TcaRegistry.h.
Referenced by TcaController::get_registration(), TcaRegistry::read(), str(), and TcaRegistry::write().
| std::string RegRecord::link_addr_ |
Definition at line 37 of file TcaRegistry.h.
Referenced by TcaController::gate_reg(), TcaController::handle_unb(), TcaRegistry::read(), str(), and TcaRegistry::write().
1.6.3