This is the complete list of members for jsonserial::JSonSerial, including all inherited members.
JSonSerial(JSonClasses const &classes, JSonError::Handler handler={}) | jsonserial::JSonSerial | inline |
JSyntax enum name | jsonserial::JSonSerial | |
read(T &object, JKString &filename) | jsonserial::JSonSerial | inline |
read(T &object, std::istream &in, JKString &name="", size_t linenbr=1) | jsonserial::JSonSerial | inline |
readMember(T &variable, JKString &str) | jsonserial::JSonSerial | inline |
setIndent(char tabchar, unsigned int tabcount) | jsonserial::JSonSerial | inline |
setSyntax(unsigned int mode) | jsonserial::JSonSerial | inline |
write(const T &object, JKString &filename, bool cyclic_graph) | jsonserial::JSonSerial | inline |
write(const T &object, std::ostream &out, bool cyclic_graph, JKString &name="", size_t linenbr=1) | jsonserial::JSonSerial | inline |
writeMember(const T &variable) | jsonserial::JSonSerial | inline |