NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Expando Struct Reference

Parsed Expando trees. More...

#include "expando.h"

+ Collaboration diagram for Expando:

Data Fields

const char * string
 Pointer to the parsed string.
 
struct ExpandoNodetree
 Parsed tree.
 

Detailed Description

Parsed Expando trees.

The text data is stored in the tree as a pair of pointers (start, end) NOT as a NUL-terminated string, to avoid memory allocations. This is why the pointer of the PARSED string is required alongside the tree.

Definition at line 40 of file expando.h.

Field Documentation

◆ string

const char* Expando::string

Pointer to the parsed string.

Definition at line 42 of file expando.h.

◆ tree

struct ExpandoNode* Expando::tree

Parsed tree.

Definition at line 43 of file expando.h.


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