OpenSDN source code
|
#include <ifmap_encoder.h>
Public Member Functions | |
IFMapMessage () | |
void | Close () |
void | SetReceiverInMsg (const std::string &cli_identifier) |
void | SetObjectsPerMessage (int num) |
void | EncodeUpdate (const IFMapUpdate *update) |
bool | IsFull () |
bool | IsEmpty () |
void | Reset () |
const std::string & | get_string () const |
Static Public Attributes | |
static const int | kObjectsPerMessage = 16 |
Private Types | |
enum | Op { NONE, UPDATE, DEL } |
Private Member Functions | |
void | Open () |
void | EncodeNode (const IFMapUpdate *update) |
void | EncodeLink (const IFMapUpdate *update) |
Private Attributes | |
pugi::xml_document | doc_ |
pugi::xml_node | config_ |
Op | op_type_ |
pugi::xml_node | op_node_ |
std::string | str_ |
int | node_count_ |
int | objects_per_message_ |
Definition at line 14 of file ifmap_encoder.h.
|
private |
Enumerator | |
---|---|
NONE | |
UPDATE | |
DEL |
Definition at line 31 of file ifmap_encoder.h.
IFMapMessage::IFMapMessage | ( | ) |
void IFMapMessage::Close | ( | ) |
Definition at line 30 of file ifmap_encoder.cc.
|
private |
|
private |
void IFMapMessage::EncodeUpdate | ( | const IFMapUpdate * | update | ) |
|
inline |
Definition at line 28 of file ifmap_encoder.h.
bool IFMapMessage::IsEmpty | ( | ) |
Definition at line 105 of file ifmap_encoder.cc.
bool IFMapMessage::IsFull | ( | ) |
Definition at line 101 of file ifmap_encoder.cc.
|
private |
Definition at line 21 of file ifmap_encoder.cc.
void IFMapMessage::Reset | ( | ) |
void IFMapMessage::SetObjectsPerMessage | ( | int | num | ) |
Definition at line 46 of file ifmap_encoder.cc.
void IFMapMessage::SetReceiverInMsg | ( | const std::string & | cli_identifier | ) |
Definition at line 36 of file ifmap_encoder.cc.
|
private |
Definition at line 41 of file ifmap_encoder.h.
|
private |
Definition at line 40 of file ifmap_encoder.h.
|
static |
Definition at line 16 of file ifmap_encoder.h.
|
private |
Definition at line 45 of file ifmap_encoder.h.
|
private |
Definition at line 46 of file ifmap_encoder.h.
|
private |
Definition at line 43 of file ifmap_encoder.h.
|
private |
Definition at line 42 of file ifmap_encoder.h.
|
private |
Definition at line 44 of file ifmap_encoder.h.