#include <TcaRegistry.h>
Definition at line 49 of file 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_ |
RegRecord::RegRecord | ( | ) | [inline] |
Definition at line 52 of file TcaRegistry.h.
RegRecord::RegRecord | ( | const std::string & | host, | |
const std::string & | link_addr | |||
) | [inline] |
Definition at line 54 of file TcaRegistry.h.
const std::string RegRecord::str | ( | ) | const [inline] |
Definition at line 60 of file TcaRegistry.h.
References host_, and link_addr_.
Referenced by TcaController::get_registration().
std::string RegRecord::host_ |
Definition at line 57 of file TcaRegistry.h.
Referenced by TcaController::get_registration(), TcaRegistry::read(), str(), and TcaRegistry::write().
std::string RegRecord::link_addr_ |
Definition at line 58 of file TcaRegistry.h.
Referenced by TcaController::gate_reg(), TcaController::handle_unb(), TcaRegistry::read(), str(), and TcaRegistry::write().