A type declaration of an interface handle in VPP.
More...
A type declaration of an interface handle in VPP.
Definition at line 164 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 80 of file types.cpp.
bool VOM::handle_t::operator< |
( |
const handle_t & |
other | ) |
const |
less than operator
Definition at line 86 of file types.cpp.
bool VOM::handle_t::operator== |
( |
const handle_t & |
other | ) |
const |
Comparison operator.
Definition at line 74 of file types.cpp.
std::string VOM::handle_t::to_string |
( |
void |
| ) |
const |
convert to string format for debug purposes
Definition at line 68 of file types.cpp.
uint32_t VOM::handle_t::value |
( |
| ) |
const |
get the value of the handle
Definition at line 92 of file types.cpp.
A value of an interface handle_t that means the itf does not exist.
Definition at line 199 of file types.hpp.
The documentation for this struct was generated from the following files: