#include <IWORKValueContext.h>
Public Member Functions | |
IWORKValueContext (IWORKXMLParserState &state, boost::optional< Type > &value) | |
IWORKValueContext (IWORKXMLParserState &state, Type &value, bool *isSet=nullptr) | |
![]() | |
IWORKXMLContextBase (State &state) | |
template<typename T > | |
IWORKXMLContextBase (State &state, const T &a) | |
State & | getState () |
Protected Member Functions | |
void | set (const Type &value) |
IWORKXMLContextPtr_t | element (const int name) override |
void | endOfElement () override |
![]() | |
Collector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
Private Attributes | |
boost::optional< Type > | m_value |
boost::optional< Type > & | m_optional |
Type *const | m_direct |
bool *const | m_isSet |
Additional Inherited Members | |
![]() | |
State & | m_state |
|
inline |
|
inline |
|
inlineoverrideprotected |
|
inlineoverrideprotected |
|
inlineprotected |
|
private |
|
private |
|
private |
|
private |