OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IFMapMessage Class Reference

#include <ifmap_encoder.h>

Collaboration diagram for IFMapMessage:

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_
 

Detailed Description

Definition at line 14 of file ifmap_encoder.h.

Member Enumeration Documentation

enum IFMapMessage::Op
private
Enumerator
NONE 
UPDATE 
DEL 

Definition at line 31 of file ifmap_encoder.h.

Constructor & Destructor Documentation

IFMapMessage::IFMapMessage ( )

Definition at line 15 of file ifmap_encoder.cc.

Here is the call graph for this function:

Member Function Documentation

void IFMapMessage::Close ( )

Definition at line 30 of file ifmap_encoder.cc.

void IFMapMessage::EncodeLink ( const IFMapUpdate update)
private

Definition at line 89 of file ifmap_encoder.cc.

Here is the call graph for this function:

void IFMapMessage::EncodeNode ( const IFMapUpdate update)
private

Definition at line 80 of file ifmap_encoder.cc.

Here is the call graph for this function:

void IFMapMessage::EncodeUpdate ( const IFMapUpdate update)

Definition at line 50 of file ifmap_encoder.cc.

Here is the call graph for this function:

const std::string& IFMapMessage::get_string ( ) const
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.

void IFMapMessage::Open ( )
private

Definition at line 21 of file ifmap_encoder.cc.

void IFMapMessage::Reset ( )

Definition at line 122 of file ifmap_encoder.cc.

Here is the call graph for this function:

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.

Member Data Documentation

pugi::xml_node IFMapMessage::config_
private

Definition at line 41 of file ifmap_encoder.h.

pugi::xml_document IFMapMessage::doc_
private

Definition at line 40 of file ifmap_encoder.h.

const int IFMapMessage::kObjectsPerMessage = 16
static

Definition at line 16 of file ifmap_encoder.h.

int IFMapMessage::node_count_
private

Definition at line 45 of file ifmap_encoder.h.

int IFMapMessage::objects_per_message_
private

Definition at line 46 of file ifmap_encoder.h.

pugi::xml_node IFMapMessage::op_node_
private

Definition at line 43 of file ifmap_encoder.h.

Op IFMapMessage::op_type_
private

Definition at line 42 of file ifmap_encoder.h.

std::string IFMapMessage::str_
private

Definition at line 44 of file ifmap_encoder.h.


The documentation for this class was generated from the following files: