| getDescriptor(InputType &input)=0 | ReaderInterface< I > | pure virtual |
| InputType typedef | ReaderInterface< I > | |
| InputTypeNonConst typedef | ReaderInterface< I > | |
| readBool(InputType &input, bool &i, Path &)=0 | ReaderInterface< I > | pure virtual |
| readBool(InputType &input, bool &i) | ReaderInterface< I > | inline |
| readDict(InputType &input, std::map< std::string, InputTypeNonConst > &elements, Path &)=0 | ReaderInterface< I > | pure virtual |
| readDict(InputType &input, std::map< std::string, InputTypeNonConst > &elements) | ReaderInterface< I > | inline |
| readDouble(InputType &input, double &i, Path &)=0 | ReaderInterface< I > | pure virtual |
| readDouble(InputType &input, double &i) | ReaderInterface< I > | inline |
| readFloat(InputType &input, float &i, Path &)=0 | ReaderInterface< I > | pure virtual |
| readFloat(InputType &input, float &i) | ReaderInterface< I > | inline |
| readInt(InputType &input, int &i, Path &)=0 | ReaderInterface< I > | pure virtual |
| readInt(InputType &input, int &i) | ReaderInterface< I > | inline |
| readList(InputType &input, std::vector< InputTypeNonConst > &elements, Path &)=0 | ReaderInterface< I > | pure virtual |
| readList(InputType &input, std::vector< InputTypeNonConst > &elements) | ReaderInterface< I > | inline |
| readLong(InputType &input, long &i, Path &)=0 | ReaderInterface< I > | pure virtual |
| readLong(InputType &input, long &i) | ReaderInterface< I > | inline |
| readNDArray(InputType &input, std::vector< int > &shape, std::string &typeAsString, std::vector< unsigned char > &data, Path &)=0 | ReaderInterface< I > | pure virtual |
| readNDArray(InputType &input, std::vector< int > &shape, std::string &typeAsString, std::vector< unsigned char > &data) | ReaderInterface< I > | inline |
| readNull(InputType &input) | ReaderInterface< I > | inlinevirtual |
| readPrimitive(InputType &input, int &i, Path &p) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, long &i, Path &p) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, float &i, Path &p) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, double &i, Path &p) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, std::string &i, Path &p) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, bool &i, Path &p) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, int &i) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, long &i) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, float &i) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, double &i) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, std::string &i) | ReaderInterface< I > | inline |
| readPrimitive(InputType &input, bool &i) | ReaderInterface< I > | inline |
| readString(InputType &input, std::string &s, Path &)=0 | ReaderInterface< I > | pure virtual |
| readString(InputType &input, std::string &s) | ReaderInterface< I > | inline |
| ~ReaderInterface()=default | ReaderInterface< I > | virtual |