#include <ulxmlrpcpp/ulxmlrpcpp.h>
#include <ulxmlrpcpp/ulxr_value.h>
#include <ulxmlrpcpp/ulxr_xmlparse_base.h>
Go to the source code of this file.
Namespaces | |
namespace | ulxr |
Classes | |
class | ulxr::ValueParserBase |
Base class for WBXML RPC parsing. More... | |
class | ulxr::ValueParserBase::ValueState |
Helper class to represent the data of the current parsing step. More... | |
class | ulxr::ValueParserBase::MemberState |
Helper class to represent the data of the current parsing step when the xml element is a Struct. More... | |
class | ulxr::ValueParserBase::ArrayState |
Helper class to represent the data of the current parsing step when the xml element is an Array. More... |