YATL
Loading...
Searching...
No Matches
YATL_Doc Struct Reference

Opaque document structure. More...

#include <yatl.h>

Public Member Functions

 _Alignas (max_align_t) unsigned char _opaque[YATL_DOC_SIZE]

Detailed Description

Opaque document structure.

Represents a complete TOML document as a doubly-linked list of lines.

Note
Always initialize with YATL_doc_create() before use. Always call YATL_doc_free() when done to release resources.

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