Ariles
|
Definition at line 26 of file serialization.h.
#include <serialization.h>
Public Member Functions | |
Parameters (const bool override_parameters=true) | |
Hint: expect Ariles classes with constant number of entries. More... | |
Public Attributes | |
bool | sloppy_maps_ |
bool | sloppy_pairs_ |
Treat key values in maps as entry names if they are strings. More... | |
bool | explicit_matrix_size_ |
Treat first entry in an std::pair as entry name if it is a string. More... | |
bool | fallback_to_string_floats_ |
Specify matrix size even if it is known to be constant. More... | |
bool | flat_matrices_ |
Allow saving floats as strings if necessary. More... | |
bool | allow_missing_entries_ |
Save matrix as a single vector. More... | |
bool | persistent_structure_ |
Do not treat missing entries as errors. More... | |
bool | override_parameters_ |
|
inlineexplicit |
Hint: expect Ariles classes with constant number of entries.
Definition at line 39 of file serialization.h.
bool ariles2::serialization::Parameters::allow_missing_entries_ |
Save matrix as a single vector.
Definition at line 34 of file serialization.h.
bool ariles2::serialization::Parameters::explicit_matrix_size_ |
Treat first entry in an std::pair as entry name if it is a string.
Definition at line 31 of file serialization.h.
bool ariles2::serialization::Parameters::fallback_to_string_floats_ |
Specify matrix size even if it is known to be constant.
Definition at line 32 of file serialization.h.
bool ariles2::serialization::Parameters::flat_matrices_ |
Allow saving floats as strings if necessary.
Definition at line 33 of file serialization.h.
|
inherited |
bool ariles2::serialization::Parameters::persistent_structure_ |
Do not treat missing entries as errors.
Definition at line 35 of file serialization.h.
bool ariles2::serialization::Parameters::sloppy_maps_ |
Definition at line 29 of file serialization.h.
bool ariles2::serialization::Parameters::sloppy_pairs_ |
Treat key values in maps as entry names if they are strings.
Definition at line 30 of file serialization.h.