libdballe 9.6
|
This is the complete list of members for dballe::core::JsonFile, including all inherited members.
close() override | dballe::core::File | virtual |
close_on_exit | dballe::core::File | protected |
create(const std::string &pathname, const char *mode) | dballe::File | static |
create(Encoding type, const std::string &pathname, const char *mode) | dballe::File | static |
create(FILE *file, bool close_on_exit, const std::string &name="(fp)") | dballe::File | static |
create(Encoding type, FILE *file, bool close_on_exit, const std::string &name="(fp)") | dballe::File | static |
encoding() const override | dballe::core::JsonFile | inlinevirtual |
encoding_name(Encoding enc) | dballe::File | static |
fd | dballe::core::File | protected |
File(const std::string &name, FILE *fd, bool close_on_exit=true) (defined in dballe::core::File) | dballe::core::File | |
foreach(std::function< bool(const BinaryMessage &)> dest) override | dballe::core::File | virtual |
idx | dballe::core::File | protected |
JsonFile(const std::string &name, FILE *fd, bool close_on_exit=true) (defined in dballe::core::JsonFile) | dballe::core::JsonFile | inline |
m_name | dballe::core::File | protected |
open_test_data_file(Encoding type, const std::string &name) | dballe::core::File | static |
parse_encoding(const char *s) | dballe::File | static |
parse_encoding(const std::string &s) | dballe::File | static |
pathname() const override | dballe::core::File | inlinevirtual |
read() override | dballe::core::JsonFile | virtual |
resolve_test_data_file(const std::string &name) | dballe::core::File | static |
write(const std::string &msg) override | dballe::core::JsonFile | virtual |
~File() (defined in dballe::core::File) | dballe::core::File | virtual |