#include <log_record.hpp>
Public Member Functions | |
| LogRecordData () | |
| LogRecordData (const std::string &_label) | |
| LogRecordData (const MatrixVariablesGrid &_values, const std::string &_label, bool _writeProtection) | |
Public Attributes | |
| std::string | label |
| MatrixVariablesGrid | values |
| bool | writeProtection |
Log record item data.
Definition at line 668 of file log_record.hpp.
| LogRecord::LogRecordData::LogRecordData | ( | ) | [inline] |
Definition at line 670 of file log_record.hpp.
| LogRecord::LogRecordData::LogRecordData | ( | const std::string & | _label | ) | [inline] |
Definition at line 674 of file log_record.hpp.
| LogRecord::LogRecordData::LogRecordData | ( | const MatrixVariablesGrid & | _values, |
| const std::string & | _label, | ||
| bool | _writeProtection | ||
| ) | [inline] |
Definition at line 679 of file log_record.hpp.
| std::string LogRecord::LogRecordData::label |
Definition at line 687 of file log_record.hpp.
Definition at line 686 of file log_record.hpp.
Definition at line 688 of file log_record.hpp.