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

#include <rtarget_group_mgr.h>

Collaboration diagram for RtGroupMgrReq:

Public Types

enum  RequestType { SHOW_RTGROUP, SHOW_RTGROUP_PEER, SHOW_RTGROUP_SUMMARY }
 

Public Member Functions

 RtGroupMgrReq (RequestType type, SandeshResponse *resp, const std::string &param=std::string())
 

Public Attributes

RequestType type_
 
SandeshResponsesnh_resp_
 
std::string param_
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (RtGroupMgrReq)
 

Detailed Description

Definition at line 106 of file rtarget_group_mgr.h.

Member Enumeration Documentation

Enumerator
SHOW_RTGROUP 
SHOW_RTGROUP_PEER 
SHOW_RTGROUP_SUMMARY 

Definition at line 107 of file rtarget_group_mgr.h.

Constructor & Destructor Documentation

RtGroupMgrReq::RtGroupMgrReq ( RequestType  type,
SandeshResponse resp,
const std::string &  param = std::string() 
)
inline

Definition at line 113 of file rtarget_group_mgr.h.

Member Function Documentation

RtGroupMgrReq::DISALLOW_COPY_AND_ASSIGN ( RtGroupMgrReq  )
private

Member Data Documentation

std::string RtGroupMgrReq::param_

Definition at line 120 of file rtarget_group_mgr.h.

SandeshResponse* RtGroupMgrReq::snh_resp_

Definition at line 119 of file rtarget_group_mgr.h.

RequestType RtGroupMgrReq::type_

Definition at line 118 of file rtarget_group_mgr.h.


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