libdballe
9.11
|
This is the complete list of members for dballe::File, including all inherited members.
close()=0 | dballe::File | pure virtual |
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 =0 | dballe::File | pure virtual |
encoding_name(Encoding enc) | dballe::File | static |
foreach(std::function< bool(const BinaryMessage &)> dest)=0 | dballe::File | pure virtual |
parse_encoding(const char *s) | dballe::File | static |
parse_encoding(const std::string &s) | dballe::File | static |
pathname() const =0 | dballe::File | pure virtual |
read()=0 | dballe::File | pure virtual |
write(const std::string &msg)=0 | dballe::File | pure virtual |
~File() (defined in dballe::File) | dballe::File | virtual |