Basic Expando Node.
More...
#include "node.h"
Basic Expando Node.
This is the "base class" of all Expando Nodes
Definition at line 66 of file node.h.
◆ type
◆ did
◆ uid
◆ format
Formatting info.
Definition at line 72 of file node.h.
◆ text
const char* ExpandoNode::text |
Node-specific text.
Definition at line 73 of file node.h.
◆ children
struct ExpandoNodeArray ExpandoNode::children |
Children nodes.
Definition at line 75 of file node.h.
◆ ndata
Private node data.
Definition at line 77 of file node.h.
◆ ndata_free
void(* ExpandoNode::ndata_free) (void **ptr) |
Function to free the private node data.
Definition at line 78 of file node.h.
◆ render
The documentation for this struct was generated from the following file: