Namespaces | |
| namespace | dcn |
| namespace | dcn::parse |
Functions | |
| template<> | |
| Result< json > | dcn::parse::parseToJson (std::vector< Particles > particles, use_json_t) |
| Converts a Particles object to a JSON object using JSON. | |
| template<> | |
| Result< std::vector< Particles > > | dcn::parse::parseFromJson (json json_val, use_json_t) |
| Parses a JSON object to a condition object. | |
| template<> | |
| Result< std::vector< Particles > > | dcn::parse::decodeBytes (const std::vector< std::uint8_t > &bytes) |