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

#include <agent_sandesh.h>

Inheritance diagram for BridgeDomainSandesh:
Collaboration diagram for BridgeDomainSandesh:

Public Member Functions

 BridgeDomainSandesh (const std::string &context, const std::string &u, const std::string &name)
 
 ~BridgeDomainSandesh ()
 
virtual bool Filter (const DBEntryBase *entry)
 
virtual bool FilterToArgs (AgentSandeshArguments *args)
 
- Public Member Functions inherited from AgentSandesh
 AgentSandesh (const std::string &context, const std::string &name)
 
 AgentSandesh (const std::string &context)
 
virtual ~AgentSandesh ()
 
std::string context () const
 
void DoSandeshInternal (AgentSandeshPtr sandesh, int start, int count)
 
void MakeSandeshPageReq (PageReqData *req, DBTable *table, int first, int last, int end, int count, int page_size)
 

Private Member Functions

DBTableAgentGetTable ()
 
void Alloc ()
 

Private Attributes

std::string uuid_str_
 
std::string name_
 
boost::uuids::uuid uuid_
 

Additional Inherited Members

- Static Public Member Functions inherited from AgentSandesh
static void DoSandesh (AgentSandeshPtr sandesh, int start, int count)
 
static void DoSandesh (AgentSandeshPtr sandesh)
 
- Static Public Attributes inherited from AgentSandesh
static const uint8_t entries_per_sandesh = 100
 
static const uint16_t kEntriesPerPage = 100
 
- Protected Attributes inherited from AgentSandesh
std::string name_
 
SandeshResponseresp_
 

Detailed Description

Definition at line 566 of file agent_sandesh.h.

Constructor & Destructor Documentation

BridgeDomainSandesh::BridgeDomainSandesh ( const std::string &  context,
const std::string &  u,
const std::string &  name 
)

Definition at line 1252 of file agent_sandesh.cc.

Here is the call graph for this function:

BridgeDomainSandesh::~BridgeDomainSandesh ( )
inline

Definition at line 570 of file agent_sandesh.h.

Member Function Documentation

DBTable * BridgeDomainSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1260 of file agent_sandesh.cc.

Here is the call graph for this function:

void BridgeDomainSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1264 of file agent_sandesh.cc.

bool BridgeDomainSandesh::Filter ( const DBEntryBase entry)
virtual

Reimplemented from AgentSandesh.

Definition at line 1268 of file agent_sandesh.cc.

Here is the call graph for this function:

bool BridgeDomainSandesh::FilterToArgs ( AgentSandeshArguments args)
virtual

Reimplemented from AgentSandesh.

Definition at line 1284 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Data Documentation

std::string BridgeDomainSandesh::name_
private

Definition at line 578 of file agent_sandesh.h.

boost::uuids::uuid BridgeDomainSandesh::uuid_
private

Definition at line 579 of file agent_sandesh.h.

std::string BridgeDomainSandesh::uuid_str_
private

Definition at line 577 of file agent_sandesh.h.


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