#include <Unpacker.hpp>
Public Methods | |
Unpacker (XMLNode *root) | |
std::vector< Node * > | unpack () |
std::string | getString (const char *stringName) |
UINT64 | getInteger (const char *name) |
double | getDouble (const char *name) |
RawExtentNode * | getRawExtentNode (const char *name) |
std::vector< RawExtentNode * > | getRawExtentVector (const char *name) |
std::vector< ScoredExtentNode * > | getScoredExtentVector (const char *name) |
std::vector< int > | getIntVector (const char *name) |
std::vector< double > | getDoubleVector (const char *name) |
ScoredExtentNode * | getScoredExtentNode (const char *name) |
bool | getBoolean (const char *name) |
template<class T> std::vector< T * > | getNodeVector (const char *name) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|