10#ifndef IWORKSTRINGELEMENT_H_INCLUDED
11#define IWORKSTRINGELEMENT_H_INCLUDED
15#include <boost/optional.hpp>
boost::optional< std::string > & m_string
Definition IWORKStringElement.h:32
IWORKStringElement(IWORKXMLParserState &state, boost::optional< std::string > &str)
Definition IWORKStringElement.cpp:17
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKStringElement.cpp:23
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > IWORKXMLEmptyContextBase
Definition IWORKXMLContextBase.h:127