10#ifndef IWORKLINEENDELEMENT_H_INCLUDED
11#define IWORKLINEENDELEMENT_H_INCLUDED
13#include <boost/optional.hpp>
31 boost::optional<ID_t>
m_id;
IWORKLineEndElement(IWORKXMLParserState &state, boost::optional< IWORKMarker > &value)
Definition IWORKLineEndElement.cpp:69
void attribute(int name, const char *value) override
Process an attribute.
Definition IWORKLineEndElement.cpp:77
boost::optional< IWORKMarker > & m_value
Definition IWORKLineEndElement.h:30
boost::optional< ID_t > m_id
Definition IWORKLineEndElement.h:31
Definition IWORKXMLParserState.h:32
@ value
Definition IWORKToken.h:631
@ element
Definition IWORKToken.h:192
@ name
Definition IWORKToken.h:585
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
IWORKXMLContextBase< IWORKXMLContextElement, IWORKXMLParserState > IWORKXMLElementContextBase
Definition IWORKXMLContextBase.h:124