|
HEBI C++ API
3.15.0
|
A message field representable by an unsigned 64 bit integer value. More...
#include <info.hpp>
Public Member Functions | |
| operator bool () const | |
Allows casting to a bool to check if the field has a value without directly calling has(). More... | |
| bool | has () const |
| True if (and only if) the field has a value. More... | |
| uint64_t | get () const |
| If the field has a value, returns that value; otherwise, returns a default. More... | |
A message field representable by an unsigned 64 bit integer value.
|
inlineexplicit |
Allows casting to a bool to check if the field has a value without directly calling has().
This can be used as in the following (assuming 'parent' is a parent message, and this field is called 'myField')
| bool hebi::Info::UInt64Field::has | ( | ) | const |
True if (and only if) the field has a value.
| uint64_t hebi::Info::UInt64Field::get | ( | ) | const |
If the field has a value, returns that value; otherwise, returns a default.