#include <sstream>#include <iostream>#include <list>#include <string>#include <vector>#include "WPSOLEStream.h"#include <string.h>Classes | |
| class | libwps::Header |
| class | libwps::AllocTable |
| class | libwps::DirEntry |
| class | libwps::DirTree |
| class | libwps::StorageIO |
| class | libwps::StreamIO |
Namespaces | |
| namespace | libwps |
Functions | |
| static unsigned long | readU16 (const unsigned char *ptr) |
| static unsigned long | readU32 (const unsigned char *ptr) |
| static bool | already_exist (const std::vector< unsigned long > &chain, unsigned long item) |
| void | dirtree_find_siblings (libwps::DirTree *dirtree, std::vector< unsigned > &result, unsigned index) |
Variables | |
| static const unsigned char | wpsole_magic [] |
| static bool already_exist | ( | const std::vector< unsigned long > & | chain, | |
| unsigned long | item | |||
| ) | [static] |
Referenced by libwps::AllocTable::follow().
| void dirtree_find_siblings | ( | libwps::DirTree * | dirtree, | |
| std::vector< unsigned > & | result, | |||
| unsigned | index | |||
| ) |
Referenced by libwps::DirTree::children().
| static unsigned long readU16 | ( | const unsigned char * | ptr | ) | [inline, static] |
| static unsigned long readU32 | ( | const unsigned char * | ptr | ) | [inline, static] |
const unsigned char wpsole_magic[] [static] |
Initial value:
{ 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1 }
Referenced by libwps::Header::Header(), and libwps::StorageIO::load().