FD.io VPP
v18.11-rc0-18-g2a3fb1a
Vector Packet Processing
|
Public Member Functions | |
l2_vtr_op_t (const l2_vtr_op_t &l)=default | |
~l2_vtr_op_t ()=default | |
Public Member Functions inherited from VOM::enum_base< l2_vtr_op_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_base & | operator= (const enum_base &e) |
Assignment. 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... | |
Static Public Attributes | |
static const l2_vtr_op_t | L2_VTR_DISABLED |
static const l2_vtr_op_t | L2_VTR_PUSH_1 |
static const l2_vtr_op_t | L2_VTR_PUSH_2 |
static const l2_vtr_op_t | L2_VTR_POP_1 |
static const l2_vtr_op_t | L2_VTR_POP_2 |
static const l2_vtr_op_t | L2_VTR_TRANSLATE_1_1 |
static const l2_vtr_op_t | L2_VTR_TRANSLATE_1_2 |
static const l2_vtr_op_t | L2_VTR_TRANSLATE_2_1 |
static const l2_vtr_op_t | L2_VTR_TRANSLATE_2_2 |
Additional Inherited Members | |
Protected Member Functions inherited from VOM::enum_base< l2_vtr_op_t > | |
enum_base (int value, const std::string desc) | |
Constructor of an enum - takes value and string description. More... | |
virtual | ~enum_base () |
Constructor. More... | |
Definition at line 40 of file l2_binding.hpp.
|
default |
|
default |
|
static |
Definition at line 45 of file l2_binding.hpp.
|
static |
Definition at line 48 of file l2_binding.hpp.
|
static |
Definition at line 49 of file l2_binding.hpp.
|
static |
Definition at line 46 of file l2_binding.hpp.
|
static |
Definition at line 47 of file l2_binding.hpp.
|
static |
Definition at line 50 of file l2_binding.hpp.
|
static |
Definition at line 51 of file l2_binding.hpp.
|
static |
Definition at line 52 of file l2_binding.hpp.
|
static |
Definition at line 53 of file l2_binding.hpp.