#include <QosConfig.h>
Public Member Functions | |
acl_tos () | |
~acl_tos () | |
Public Attributes | |
acl_tos * | next |
ACLList * | aclList |
tos_t | tos |
Private Member Functions | |
CBDATA_CLASS (acl_tos) | |
Detailed Description
Definition at line 30 of file QosConfig.h.
Constructor & Destructor Documentation
◆ acl_tos()
|
inline |
Definition at line 35 of file QosConfig.h.
◆ ~acl_tos()
acl_tos::~acl_tos | ( | ) |
Definition at line 28 of file QosConfig.cc.
References aclDestroyAclList(), aclList, and next.
Member Function Documentation
◆ CBDATA_CLASS()
|
private |
Member Data Documentation
◆ aclList
ACLList* acl_tos::aclList |
Definition at line 39 of file QosConfig.h.
Referenced by ~acl_tos(), dump_acl_tos(), and parse_acl_tos().
◆ next
acl_tos* acl_tos::next |
Definition at line 38 of file QosConfig.h.
Referenced by ~acl_tos(), dump_acl_tos(), Ip::Qos::Config::isAclTosActive(), and parse_acl_tos().
◆ tos
tos_t acl_tos::tos |
Definition at line 40 of file QosConfig.h.
Referenced by dump_acl_tos(), Ip::Qos::Config::isAclTosActive(), and parse_acl_tos().
The documentation for this class was generated from the following files:
- src/ip/QosConfig.h
- src/ip/QosConfig.cc