10 #ifndef IWORKMUTABLEARRAYELEMENT_H_INCLUDED
11 #define IWORKMUTABLEARRAYELEMENT_H_INCLUDED
18 template<
typename Type,
class NestedParser,
template<
typename T,
class C>
class Collector,
unsigned Id,
unsigned RefId = 0>
23 typedef std::unordered_map<ID_t, std::deque<Type> >
ArrayDict_t;
34 :
Super_t(state, dict, elements)
60 #endif // IWORKMUTABLEARRAYELEMENT_H_INCLUDED
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
Definition: KEY1Token.h:51
std::unordered_map< ID_t, std::deque< Type > > ArrayDict_t
Definition: IWORKMutableArrayElement.h:23
Definition: IWORKMutableArrayElement.h:19
IWORKContainerContext< Type, NestedParser, Collector, Id, RefId > Super_t
Definition: IWORKMutableArrayElement.h:21
IWORKXMLContextPtr_t element(const int name) override
Definition: IWORKContainerContext.h:51
void endOfElement() override
Definition: IWORKMutableArrayElement.h:46
IWORKXMLContextPtr_t element(const int name) override
Definition: IWORKMutableArrayElement.h:41
const char * name
Definition: IWORKToken.cpp:43
IWORKMutableArrayElement(IWORKXMLParserState &state, ArrayDict_t &arrayDict, std::deque< Type > &elements)
Definition: IWORKMutableArrayElement.h:26
Definition: IWORKContainerContext.h:27
Definition: IWORKXMLParserState.h:31
std::unordered_map< ID_t, Type > ContextDict_t
Definition: IWORKMutableArrayElement.h:22
std::deque< Type > & m_elements
Definition: IWORKMutableArrayElement.h:55
ArrayDict_t & m_arrayDict
Definition: IWORKMutableArrayElement.h:54
void endOfElement() override
Definition: IWORKContainerContext.h:69
IWORKMutableArrayElement(IWORKXMLParserState &state, ArrayDict_t &arrayDict, ContextDict_t &dict, std::deque< Type > &elements)
Definition: IWORKMutableArrayElement.h:33