FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
VOM::QoS::source_t Class Reference

The Source of the QoS classification (i.e. More...

+ Inheritance diagram for VOM::QoS::source_t:
+ Collaboration diagram for VOM::QoS::source_t:

Static Public Attributes

static const source_t EXT
 
static const source_t VLAN
 
static const source_t MPLS
 
static const source_t IP
 

Additional Inherited Members

- Public Member Functions inherited from VOM::enum_base< source_t >
const std::string & to_string () const
 convert to string format for debug purposes More...
 
bool operator== (const enum_base &e) const
 Comparison operator. More...
 
enum_baseoperator= (const enum_base &e)
 Assignment. More...
 
enum_baseoperator|= (const enum_base &e)
 bitwise or assignemnt More...
 
enum_base operator| (const enum_base &e1) const
 bitwise or More...
 
bool operator!= (const enum_base &e) const
 Comparison operator. More...
 
 operator int () const
 integer conversion operator More...
 
int value () const
 Return the value of the enum - same as integer conversion. More...
 
- Protected Member Functions inherited from VOM::enum_base< source_t >
 enum_base (int value, const std::string desc)
 Constructor of an enum - takes value and string description. More...
 
virtual ~enum_base ()
 Constructor. More...
 

Detailed Description

The Source of the QoS classification (i.e.

which header the bits are associated with).

Definition at line 33 of file qos_types.hpp.

Field Documentation

const source_t VOM::QoS::source_t::EXT
static

Definition at line 36 of file qos_types.hpp.

const source_t VOM::QoS::source_t::IP
static

Definition at line 39 of file qos_types.hpp.

const source_t VOM::QoS::source_t::MPLS
static

Definition at line 38 of file qos_types.hpp.

const source_t VOM::QoS::source_t::VLAN
static

Definition at line 37 of file qos_types.hpp.


The documentation for this class was generated from the following files: