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

#include <ifmap_sandesh_context.h>

Inheritance diagram for IFMapSandeshContext:
Collaboration diagram for IFMapSandeshContext:

Public Member Functions

 IFMapSandeshContext (IFMapServer *ifmap_server)
 
uint32_t page_limit () const
 
void set_page_limit (uint32_t page_limit)
 
uint32_t iter_limit () const
 
void set_iter_limit (uint32_t iter_limit)
 
IFMapServerifmap_server ()
 
- Public Member Functions inherited from SandeshContext
virtual ~SandeshContext ()
 

Private Attributes

IFMapServerifmap_server_
 
uint32_t page_limit_
 
uint32_t iter_limit_
 

Additional Inherited Members

- Protected Member Functions inherited from SandeshContext
 SandeshContext ()
 

Detailed Description

Definition at line 12 of file ifmap_sandesh_context.h.

Constructor & Destructor Documentation

IFMapSandeshContext::IFMapSandeshContext ( IFMapServer ifmap_server)
inline

Definition at line 14 of file ifmap_sandesh_context.h.

Member Function Documentation

IFMapServer* IFMapSandeshContext::ifmap_server ( )
inline

Definition at line 22 of file ifmap_sandesh_context.h.

uint32_t IFMapSandeshContext::iter_limit ( ) const
inline

Definition at line 19 of file ifmap_sandesh_context.h.

uint32_t IFMapSandeshContext::page_limit ( ) const
inline

Definition at line 17 of file ifmap_sandesh_context.h.

void IFMapSandeshContext::set_iter_limit ( uint32_t  iter_limit)
inline

Definition at line 20 of file ifmap_sandesh_context.h.

Here is the call graph for this function:

void IFMapSandeshContext::set_page_limit ( uint32_t  page_limit)
inline

Definition at line 18 of file ifmap_sandesh_context.h.

Here is the call graph for this function:

Member Data Documentation

IFMapServer* IFMapSandeshContext::ifmap_server_
private

Definition at line 25 of file ifmap_sandesh_context.h.

uint32_t IFMapSandeshContext::iter_limit_
private

Definition at line 27 of file ifmap_sandesh_context.h.

uint32_t IFMapSandeshContext::page_limit_
private

Definition at line 26 of file ifmap_sandesh_context.h.


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