SUNphi
1.0
|
Provides serialization features to a class. More...
#include <Map.hpp>
Public Member Functions | |
T & | operator~ () |
const T & | operator~ () const |
bool | isDefault () const |
Check if the class is default. More... | |
YAML::Node | serialize (YAML::Node &node, const bool &onlyNonDefault=false) const |
Convert to YAML node. More... | |
YAML::Node | serialize (const bool &onlyNonDefault=false) const |
Convert to YAML node. More... | |
void | putToDefault () |
Put the class to the default value. | |
void | checkNoSpuriousSubNodes (const YAML::Node &node) |
Check that no spurious subnodes are contained. More... | |
bool | deSerialize (const YAML::Node &node) |
Convert from a YAML node. More... | |
template<typename B = Binarizer> | |
Binarizer & | binarize (B &&out={}) const |
Convert to binary. More... | |
template<typename B = Binarizer> | |
Binarizer & | deBinarize (B &&in) |
Convert from binary. More... | |
Provides serialization features to a class.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |