OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data Struct Reference

#include <bgp_show_handler.h>

Inheritance diagram for BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data:
Collaboration diagram for BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data:

Public Member Functions

 Data ()
 
- Public Member Functions inherited from RequestPipeline::InstData
virtual ~InstData ()
 

Public Attributes

bool initialized
 
std::string search_string
 
std::string next_entry
 
std::string next_batch
 
std::vector< ShowT > show_list
 

Additional Inherited Members

- Protected Member Functions inherited from RequestPipeline::InstData
 InstData ()
 

Detailed Description

template<typename ReqT, typename ReqIterateT, typename RespT, typename ShowT>
struct BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data

Definition at line 42 of file bgp_show_handler.h.

Constructor & Destructor Documentation

template<typename ReqT , typename ReqIterateT , typename RespT , typename ShowT >
BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data::Data ( )
inline

Definition at line 43 of file bgp_show_handler.h.

Member Data Documentation

template<typename ReqT , typename ReqIterateT , typename RespT , typename ShowT >
bool BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data::initialized

Definition at line 46 of file bgp_show_handler.h.

template<typename ReqT , typename ReqIterateT , typename RespT , typename ShowT >
std::string BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data::next_batch

Definition at line 49 of file bgp_show_handler.h.

template<typename ReqT , typename ReqIterateT , typename RespT , typename ShowT >
std::string BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data::next_entry

Definition at line 48 of file bgp_show_handler.h.

template<typename ReqT , typename ReqIterateT , typename RespT , typename ShowT >
std::string BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data::search_string

Definition at line 47 of file bgp_show_handler.h.

template<typename ReqT , typename ReqIterateT , typename RespT , typename ShowT >
std::vector<ShowT> BgpShowHandler< ReqT, ReqIterateT, RespT, ShowT >::Data::show_list

Definition at line 50 of file bgp_show_handler.h.


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