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

#include <acl_entry_spec.h>

Collaboration diagram for QosConfigActionSpec:

Public Member Functions

 QosConfigActionSpec ()
 
 QosConfigActionSpec (const std::string &qos_config_name)
 
void set_name (const std::string &name)
 
const std::string & name () const
 
void set_id (uint32_t id)
 
uint32_t id () const
 
void clear ()
 

Public Attributes

std::string name_
 
uint32_t id_
 

Detailed Description

Definition at line 66 of file acl_entry_spec.h.

Constructor & Destructor Documentation

QosConfigActionSpec::QosConfigActionSpec ( )
inline

Definition at line 67 of file acl_entry_spec.h.

QosConfigActionSpec::QosConfigActionSpec ( const std::string &  qos_config_name)
inline

Definition at line 68 of file acl_entry_spec.h.

Member Function Documentation

void QosConfigActionSpec::clear ( )
inline

Definition at line 85 of file acl_entry_spec.h.

uint32_t QosConfigActionSpec::id ( ) const
inline

Definition at line 81 of file acl_entry_spec.h.

const std::string& QosConfigActionSpec::name ( ) const
inline

Definition at line 73 of file acl_entry_spec.h.

void QosConfigActionSpec::set_id ( uint32_t  id)
inline

Definition at line 77 of file acl_entry_spec.h.

Here is the call graph for this function:

void QosConfigActionSpec::set_name ( const std::string &  name)
inline

Definition at line 70 of file acl_entry_spec.h.

Here is the call graph for this function:

Member Data Documentation

uint32_t QosConfigActionSpec::id_

Definition at line 90 of file acl_entry_spec.h.

std::string QosConfigActionSpec::name_

Definition at line 89 of file acl_entry_spec.h.


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