|
| bool | cqsp::common::loading::LoadName (const Node &node, const Hjson::Value &value) |
| | Returns true if name exists More...
|
| |
| bool | cqsp::common::loading::LoadIdentifier (const Node &node, const Hjson::Value &value) |
| |
| bool | cqsp::common::loading::LoadDescription (const Node &node, const Hjson::Value &value) |
| |
| bool | cqsp::common::loading::LoadTags (const Node &node, const Hjson::Value &value) |
| |
| bool | cqsp::common::loading::LoadInitialValues (const Node &node, const Hjson::Value &value) |
| | Loads all the values that should be on every single data type Returns true if an identifier exists More...
|
| |
| components::ResourceLedger | cqsp::common::loading::HjsonToLedger (Universe &universe, Hjson::Value &hjson) |
| |
| bool | cqsp::common::loading::VerifyHjsonValueExists (const Hjson::Value &value, const std::string &name, Hjson::Type type) |
| |
| bool | cqsp::common::loading::VerifyInitialValues (const Hjson::Value &value, const std::map< std::string, Hjson::Type > &map) |
| | For the values that need to exist More...
|
| |
| double | cqsp::common::loading::ReadUnit (std::string_view value, UnitType unit_type, bool *correct) |
| |