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


Classes | |
| class | VnGmpIntfState |
Public Types | |
| typedef std::set< GmpSourceGroup * > | VnGmpIntfSGList |
| typedef VnGmpIntfSGList::iterator | VnGmpSGIntfListIter |
| typedef std::map< IpAddress, VnGmpIntfState * > | VnGmpIntfMap |
| typedef std::set< GmpSourceGroup * > | VnGmpSGList |
| typedef VnGmpSGList::iterator | VnGmpSGListIter |
Public Member Functions | |
| VnGmpDBState () | |
| ~VnGmpDBState () | |
Public Member Functions inherited from DBState | |
| virtual | ~DBState () |
Public Attributes | |
| VnGmpIntfMap | gmp_intf_map_ |
| VnGmpSGList | gmp_sg_list_ |
Definition at line 56 of file gmp_proto.h.
| typedef std::map<IpAddress, VnGmpIntfState *> VnGmpDBState::VnGmpIntfMap |
Definition at line 71 of file gmp_proto.h.
| typedef std::set<GmpSourceGroup *> VnGmpDBState::VnGmpIntfSGList |
Definition at line 58 of file gmp_proto.h.
| typedef VnGmpIntfSGList::iterator VnGmpDBState::VnGmpSGIntfListIter |
Definition at line 59 of file gmp_proto.h.
| typedef std::set<GmpSourceGroup *> VnGmpDBState::VnGmpSGList |
Definition at line 72 of file gmp_proto.h.
| typedef VnGmpSGList::iterator VnGmpDBState::VnGmpSGListIter |
Definition at line 73 of file gmp_proto.h.
|
inline |
Definition at line 75 of file gmp_proto.h.
|
inline |
Definition at line 76 of file gmp_proto.h.
| VnGmpIntfMap VnGmpDBState::gmp_intf_map_ |
Definition at line 78 of file gmp_proto.h.
| VnGmpSGList VnGmpDBState::gmp_sg_list_ |
Definition at line 79 of file gmp_proto.h.