Public Member Functions | |
| FlatFieldRef () | |
| FlatFieldRef (size_t valueOffset, size_t valueSize) | |
| size_t | valueOffset () const |
| size_t | valueSize () const |
| operator bool () const | |
| bool | operator== (const FlatFieldRef &other) const |
| bool | operator!= (const FlatFieldRef &other) const |
Definition at line 32 of file FlatFieldRefAndKey.h.
|
inline |
Initializes as a references to nothing.
Definition at line 36 of file FlatFieldRefAndKey.h.
|
inline |
Message only should use this constructor to initialize a valid reference.
Definition at line 42 of file FlatFieldRefAndKey.h.
|
inline |
Indicates whether the instance refers to the field or not.
Definition at line 57 of file FlatFieldRefAndKey.h.
|
inline |
Compares the instance with the given one.
Definition at line 72 of file FlatFieldRefAndKey.h.
|
inline |
Compares the instance with the given one.
Definition at line 63 of file FlatFieldRefAndKey.h.
|
inline |
Gets value offset.
Definition at line 47 of file FlatFieldRefAndKey.h.
|
inline |
Gets value size.
Definition at line 52 of file FlatFieldRefAndKey.h.