![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Definition at line 78 of file testframe.hpp.
Public Attributes | |
| HashVal | _MARK_ |
| HashVal | checksum |
| uint64_t | distinction |
| StageOfLife | stage |
Public Member Functions | |
| Meta (uint seq, uint family) | |
| bool | isPlausible () const |
| Sanity check on the metadata header. | |
| bool | operator== (Meta const &) const |
Definition at line 216 of file testframe.cpp.
| bool isPlausible | ( | ) | const |
Sanity check on the metadata header.
Definition at line 271 of file testframe.cpp.
References TestFrame::Meta::_MARK_, and TestFrame::DISCARDED.
Referenced by TestFrame::accessHeader(), TestFrame::currStage(), TestFrame::isSane(), and TestFrame::Meta::operator==().
Here is the caller graph for this function:| bool operator== | ( | Meta const & | o | ) | const |
Definition at line 298 of file testframe.cpp.
References TestFrame::Meta::checksum, TestFrame::Meta::distinction, TestFrame::Meta::isPlausible(), and TestFrame::Meta::stage.
Here is the call graph for this function:| HashVal _MARK_ |
Definition at line 80 of file testframe.hpp.
Referenced by TestFrame::Meta::isPlausible().
| HashVal checksum |
Definition at line 81 of file testframe.hpp.
Referenced by TestFrame::getChecksum(), TestFrame::hasValidChecksum(), TestFrame::markChecksum(), and TestFrame::Meta::operator==().
| uint64_t distinction |
Definition at line 82 of file testframe.hpp.
Referenced by TestFrame::TestFrame(), and TestFrame::Meta::operator==().
| StageOfLife stage |
Definition at line 83 of file testframe.hpp.
Referenced by TestFrame::TestFrame(), TestFrame::TestFrame(), TestFrame::~TestFrame(), TestFrame::currStage(), TestFrame::operator=(), and TestFrame::Meta::operator==().
Collaboration diagram for TestFrame::Meta: