
Public Member Functions | |
| BootstrapNode () | |
| BootstrapNode (const BootstrapNode ©) | |
| BootstrapNode (uint32_t timestamp, communication::EndpointDescriptor *desc, BootstrapMechanism mechanism, string info) | |
Public Attributes | |
| uint32_t | timestamp |
| communication::EndpointDescriptor * | desc |
| BootstrapMechanism | mechanism |
| string | info |
bootstrap node information
Definition at line 174 of file AribaModule.h.
| ariba::AribaModule::BootstrapNode::BootstrapNode | ( | ) | [inline] |
Definition at line 176 of file AribaModule.h.
| ariba::AribaModule::BootstrapNode::BootstrapNode | ( | const BootstrapNode & | copy | ) | [inline] |
Definition at line 180 of file AribaModule.h.
| ariba::AribaModule::BootstrapNode::BootstrapNode | ( | uint32_t | timestamp, | |
| communication::EndpointDescriptor * | desc, | |||
| BootstrapMechanism | mechanism, | |||
| string | info | |||
| ) | [inline] |
Definition at line 183 of file AribaModule.h.
Definition at line 190 of file AribaModule.h.
Referenced by ariba::AribaModule::getBootstrapHints(), ariba::AribaModule::getBootstrapInfo(), and ariba::AribaModule::getBootstrapNode().
Definition at line 192 of file AribaModule.h.
Referenced by ariba::AribaModule::addBootstrapHints(), ariba::AribaModule::getBootstrapHints(), and ariba::AribaModule::getBootstrapInfo().
Definition at line 191 of file AribaModule.h.
Referenced by ariba::AribaModule::addBootstrapHints(), ariba::AribaModule::getBootstrapHints(), ariba::AribaModule::getBootstrapInfo(), ariba::AribaModule::getBootstrapMechanisms(), and ariba::AribaModule::getBootstrapNode().
Definition at line 189 of file AribaModule.h.
1.6.1