OpenSDN source code
|
#include <ifmap_server_table.h>
Public Member Functions | |
RequestData () | |
RequestData (IFMapOrigin::Origin orig, const std::string &type, const std::string &name) | |
~RequestData () | |
![]() | |
virtual | ~DBRequestData () |
Public Attributes | |
IFMapOrigin | origin |
std::string | id_type |
std::string | id_name |
std::string | metadata |
std::unique_ptr< AutogenProperty > | content |
Definition at line 22 of file ifmap_server_table.h.
IFMapServerTable::RequestData::RequestData | ( | ) |
Definition at line 23 of file ifmap_server_table.cc.
IFMapServerTable::RequestData::RequestData | ( | IFMapOrigin::Origin | orig, |
const std::string & | type, | ||
const std::string & | name | ||
) |
IFMapServerTable::RequestData::~RequestData | ( | ) |
Definition at line 36 of file ifmap_server_table.cc.
std::unique_ptr<AutogenProperty> IFMapServerTable::RequestData::content |
Definition at line 31 of file ifmap_server_table.h.
std::string IFMapServerTable::RequestData::id_name |
Definition at line 29 of file ifmap_server_table.h.
std::string IFMapServerTable::RequestData::id_type |
Definition at line 28 of file ifmap_server_table.h.
std::string IFMapServerTable::RequestData::metadata |
Definition at line 30 of file ifmap_server_table.h.
IFMapOrigin IFMapServerTable::RequestData::origin |
Definition at line 27 of file ifmap_server_table.h.