A type declaration of an interface handle in VPP.
More...
A type declaration of an interface handle in VPP.
Definition at line 233 of file types.hpp.
◆ handle_t() [1/2]
VOM::handle_t::handle_t |
( |
int |
value | ) |
|
◆ handle_t() [2/2]
VOM::handle_t::handle_t |
( |
| ) |
|
◆ operator!=()
bool VOM::handle_t::operator!= |
( |
const handle_t & |
other | ) |
const |
Comparison operator.
Definition at line 81 of file types.cpp.
◆ operator<()
bool VOM::handle_t::operator< |
( |
const handle_t & |
other | ) |
const |
less than operator
Definition at line 87 of file types.cpp.
◆ operator==()
bool VOM::handle_t::operator== |
( |
const handle_t & |
other | ) |
const |
Comparison operator.
Definition at line 75 of file types.cpp.
◆ reset()
void VOM::handle_t::reset |
( |
| ) |
|
reset the value of the handle to ~0
Definition at line 99 of file types.cpp.
◆ to_string()
convert to string format for debug purposes
Definition at line 69 of file types.cpp.
◆ value()
uint32_t VOM::handle_t::value |
( |
| ) |
const |
get the value of the handle
Definition at line 93 of file types.cpp.
◆ INVALID
A value of an interface handle_t that means the itf does not exist.
Definition at line 268 of file types.hpp.
The documentation for this struct was generated from the following files: