| OpenSDN source code
    | 
#include <rtarget_group_mgr.h>

| Public Types | |
| enum | RequestType { SHOW_RTGROUP , SHOW_RTGROUP_PEER , SHOW_RTGROUP_SUMMARY } | 
| Public Member Functions | |
| RtGroupMgrReq (RequestType type, SandeshResponse *resp, const std::string ¶m=std::string()) | |
| Public Attributes | |
| RequestType | type_ | 
| SandeshResponse * | snh_resp_ | 
| std::string | param_ | 
| Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (RtGroupMgrReq) | |
Definition at line 106 of file rtarget_group_mgr.h.
| Enumerator | |
|---|---|
| SHOW_RTGROUP | |
| SHOW_RTGROUP_PEER | |
| SHOW_RTGROUP_SUMMARY | |
Definition at line 107 of file rtarget_group_mgr.h.
| 
 | inline | 
Definition at line 113 of file rtarget_group_mgr.h.
| 
 | private | 
| 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.