Snap! Websites
An Open Source CMS System in C++
Structure used to define the name of each node type. More...
Public Attributes int f_line The line number of the definition. More...This structure includes the node type and its name. Both are used to convert a numeric type to a string so one can write that string in error streams.
Definition at line 78 of file node_type.cpp.
This value defines the line number where the definition is found in this file. It is useful for debug purposes.
Definition at line 97 of file node_type.cpp.
Referenced by as2js::Node::type_to_string().
This pointer defines the name of the node type.
Definition at line 90 of file node_type.cpp.
Referenced by as2js::Node::type_to_string().
The node type concerned by this entry.
Definition at line 84 of file node_type.cpp.
Referenced by as2js::Node::type_to_string().
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.
Snap! Websites
An Open Source CMS System in C++