FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
VOM::route::path::flags_t Class Reference

Path flags. More...

+ Inheritance diagram for VOM::route::path::flags_t:
+ Collaboration diagram for VOM::route::path::flags_t:

Static Public Attributes

static const flags_t NONE
 No flags. More...
 
static const flags_t DVR
 A path that resolves via a DVR next-hop. More...
 

Additional Inherited Members

- Public Member Functions inherited from VOM::enum_base< flags_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< flags_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

Path flags.

Definition at line 77 of file route.hpp.

Field Documentation

const path::flags_t VOM::route::path::flags_t::DVR
static

A path that resolves via a DVR next-hop.

Definition at line 88 of file route.hpp.

const path::flags_t VOM::route::path::flags_t::NONE
static

No flags.

Definition at line 83 of file route.hpp.


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