#include <idl.h>
Definition at line 876 of file idl.h.
◆ CheckedError() [1/2]
| flatbuffers::CheckedError::CheckedError |
( |
bool |
error | ) |
|
|
inlineexplicit |
Definition at line 878 of file idl.h.
879 : is_error_(error), has_been_checked_(false) {}
◆ CheckedError() [2/2]
| flatbuffers::CheckedError::CheckedError |
( |
const CheckedError & |
other | ) |
|
|
inline |
Definition at line 888 of file idl.h.
888 {
889 *this = other;
890 }
◆ ~CheckedError()
| flatbuffers::CheckedError::~CheckedError |
( |
| ) |
|
|
inline |
◆ Check()
| bool flatbuffers::CheckedError::Check |
( |
| ) |
|
|
inline |
Definition at line 894 of file idl.h.
894 {
895 has_been_checked_ = true;
896 return is_error_;
897 }
◆ operator=()
Definition at line 881 of file idl.h.
881 {
882 is_error_ = other.is_error_;
883 has_been_checked_ = false;
884 other.has_been_checked_ = true;
885 return *this;
886 }
The documentation for this class was generated from the following file:
- onert-micro/externals/flatbuffers/idl.h