ydlib.serialise

module for serialisation/deserialisation for files or other uses

Members

Aliases

Structure
alias Structure = Value[]

structures are just arrays of values

Classes

DataException
class DataException

exception for DataManager methods

DataManager
class DataManager

main class for data from a file etc

Enums

Flags
enum Flags

flags used for different variations of a value

ValueType
enum ValueType

type of a value (integer/string/structure)

Structs

Value
struct Value

main value structure

Unions

ValueContents
union ValueContents

contents of a value

Meta