Basic Expando Node.
More...
#include "node.h"
Basic Expando Node.
This is the "base class" of all Expando Nodes
Definition at line 68 of file node.h.
◆ type
◆ next
Linked list.
Definition at line 71 of file node.h.
◆ did
◆ uid
◆ format
Formatting info.
Definition at line 75 of file node.h.
◆ children
struct ExpandoNodeArray ExpandoNode::children |
Children nodes.
Definition at line 77 of file node.h.
◆ start
const char* ExpandoNode::start |
Start of string data.
Definition at line 79 of file node.h.
◆ end
const char* ExpandoNode::end |
End of string data.
Definition at line 80 of file node.h.
◆ ndata
Private node data.
Definition at line 82 of file node.h.
◆ ndata_free
void(* ExpandoNode::ndata_free) (void **ptr) |
Function to free the private node data.
Definition at line 83 of file node.h.
◆ render
The documentation for this struct was generated from the following file: