|
OpenSDN source code
|
#include <config_db_client.h>

Public Member Functions | |
| ObjectProcessReq (std::string oper, std::string uuid_str, std::string value) | |
Public Attributes | |
| std::string | oper_ |
| std::string | uuid_str_ |
| std::string | value_ |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (ObjectProcessReq) | |
Definition at line 22 of file config_db_client.h.
|
inline |
Definition at line 24 of file config_db_client.h.
|
private |
| std::string ObjectProcessReq::oper_ |
Definition at line 30 of file config_db_client.h.
| std::string ObjectProcessReq::uuid_str_ |
Definition at line 31 of file config_db_client.h.
| std::string ObjectProcessReq::value_ |
Definition at line 32 of file config_db_client.h.