Type Fields |
The FileNodeType type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty |
Empty structure (sequence or mapping)
| |
| Float |
Synonym or Real
| |
| Flow |
Compact representation of a sequence or mapping. Used only by YAML writer
| |
| Int |
an integer
| |
| Map |
Mapping
| |
| Named |
The node has a name (i.e. it is element of a mapping)
| |
| None |
Empty node
| |
| Real |
Floating-point number
| |
| Ref |
Integer of size size_t. Typically used for storing complex dynamic structures where some elements reference the others
| |
| Seq |
The sequence
| |
| Str |
Text string in UTF-8 encoding
| |
| String |
Synonym for Str
| |
| TypeMask |
The type mask
| |
| User |
A registered object (e.g. a matrix)
| |
| value__ |