fluidvis
Public Attributes | List of all members
sx::parserInternal::_XNODE_ Struct Reference

#include <SXParser.h>

Public Attributes

int type
 
string text
 
string name
 
vector< _XNODE_nodes
 
string strID
 
string strAttrib
 
string rID
 
double rAttrib
 
string eat
 

Detailed Description

structure for boost spirit parsetree datastructure

Member Data Documentation

string sx::parserInternal::_XNODE_::eat

bug fix - stop parser from taking characters it shouldn't by assigning eat with the useless string sequences

string sx::parserInternal::_XNODE_::name

data of XTag

string sx::parserInternal::_XNODE_::rID

data of real attribute

string sx::parserInternal::_XNODE_::strID

data of string attribute

string sx::parserInternal::_XNODE_::text

data of XText

int sx::parserInternal::_XNODE_::type

type of node


The documentation for this struct was generated from the following file: