Skip to content
Snippets Groups Projects
BlankSymbol.h 475 B
Newer Older
  • Learn to ignore specific revisions
  • 
    #include <alphabet/BlankSymbol.h>
    #include <core/xmlApi.hpp>
    
    
    namespace core {
    
    
    template < >
    struct xmlApi < alphabet::BlankSymbol > {
    	static alphabet::BlankSymbol parse ( ext::deque < sax::Token >::iterator & input );
    	static bool first ( const ext::deque < sax::Token >::const_iterator & input );
    
    	static std::string xmlTagName ( );
    
    	static void compose ( ext::deque < sax::Token > & output, const alphabet::BlankSymbol & data );
    };
    
    
    } /* namespace core */