|
My Project
|
Public Member Functions | |
| RestartKey (const std::string &_key, UnitSystem::measure _dim) | |
| RestartKey (const std::string &_key, UnitSystem::measure _dim, bool _required) | |
| bool | operator== (const RestartKey &key2) const |
| template<class Serializer > | |
| void | serializeOp (Serializer &serializer) |
Static Public Member Functions | |
| static RestartKey | serializationTestObject () |
Public Attributes | |
| std::string | key {} |
| UnitSystem::measure | dim {UnitSystem::measure::_count} |
| bool | required = false |