| getDescriptor(ReturnTypeConst &input) final | NlohmannJSONWriter | virtual |
| NlohmannJSONWriter()=default | NlohmannJSONWriter | |
| ReturnType typedef | WriterInterface< nlohmann::json > | |
| ReturnTypeConst typedef | WriterInterface< nlohmann::json > | |
| writeBool(const bool i, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeDict(const std::map< std::string, nlohmann::json > &elements, const std::optional< nlohmann::json > &extends=std::nullopt, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeDouble(const double i, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeFloat(const float i, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeInt(const int i, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeList(const std::vector< nlohmann::json > &elements, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeLong(const long i, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeNDArray(const std::vector< int > &shape, const std::string &typeAsString, const unsigned char *data, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| writeNull() | WriterInterface< nlohmann::json > | inlinevirtual |
| writePrimitive(const int i, const Path &p=Path()) | WriterInterface< nlohmann::json > | inline |
| writePrimitive(const long i, const Path &p=Path()) | WriterInterface< nlohmann::json > | inline |
| writePrimitive(const float i, const Path &p=Path()) | WriterInterface< nlohmann::json > | inline |
| writePrimitive(const double i, const Path &p=Path()) | WriterInterface< nlohmann::json > | inline |
| writePrimitive(const std::string &i, const Path &p=Path()) | WriterInterface< nlohmann::json > | inline |
| writePrimitive(const bool i, const Path &p=Path()) | WriterInterface< nlohmann::json > | inline |
| writeString(const std::string &i, const Path &p=Path()) override | NlohmannJSONWriter | virtual |
| ~WriterInterface()=default | WriterInterface< nlohmann::json > | virtual |