A type declaration of an interface handle in VPP.
More...
A type declaration of an interface handle in VPP.
Definition at line 236 of file types.hpp.
VOM::handle_t::handle_t |
( |
int |
value | ) |
|
VOM::handle_t::handle_t |
( |
| ) |
|
bool VOM::handle_t::operator!= |
( |
const handle_t & |
other | ) |
const |
Comparison operator.
Definition at line 84 of file types.cpp.
bool VOM::handle_t::operator< |
( |
const handle_t & |
other | ) |
const |
less than operator
Definition at line 90 of file types.cpp.
bool VOM::handle_t::operator== |
( |
const handle_t & |
other | ) |
const |
Comparison operator.
Definition at line 78 of file types.cpp.
void VOM::handle_t::reset |
( |
| ) |
|
reset the value of the handle to ~0
Definition at line 102 of file types.cpp.
std::string VOM::handle_t::to_string |
( |
void |
| ) |
const |
convert to string format for debug purposes
Definition at line 72 of file types.cpp.
uint32_t VOM::handle_t::value |
( |
| ) |
const |
get the value of the handle
Definition at line 96 of file types.cpp.
A value of an interface handle_t that means the itf does not exist.
Definition at line 271 of file types.hpp.
The documentation for this struct was generated from the following files: