#include <memory>#include <librevenge-stream/librevenge-stream.h>#include <libxml/xmlreader.h>Go to the source code of this file.
Namespaces | |
| namespace | libebook |
Functions | |
| std::unique_ptr< xmlTextReader, void(*)(xmlTextReaderPtr)> | libebook::makeXmlReader (librevenge::RVNGInputStream *input) |
| const char * | libebook::char_cast (const char *const c) |
| const char * | libebook::char_cast (const signed char *const c) |
| const char * | libebook::char_cast (const unsigned char *const c) |
| const char ** | libebook::char_array_cast (const char **const c) |
| const char ** | libebook::char_array_cast (const signed char **const c) |
| const char ** | libebook::char_array_cast (const unsigned char **const c) |