Enum FileNode.Type
Type of the file storage node
public enum FileNode.Type
Fields
Empty = 16
Empty structure (sequence or mapping)
Float = 2
Synonym or Real
Flow = 8
Used only when writing. Compact representation of a sequence or mapping. Used only by YAML writer
Int = 1
an integer
Map = 5
Mapping
Named = 32
The node has a name (i.e. it is element of a mapping)
None = 0
Empty node
Real = 2
Floating-point number
Seq = 4
The sequence
Str = 3
Text string in UTF-8 encoding
String = 3
Synonym for Str
TypeMask = 7
The type mask
Uniform = 8
Used only when reading FileStorage. If set, means that all the collection elements are numbers of the same type (real's or int's).