Safe Haskell | None |
---|---|
Language | Haskell2010 |
Octane.Type.Property
- data Property
- data ArrayProperty = ArrayProperty {}
- data BoolProperty = BoolProperty {}
- data ByteProperty = ByteProperty {}
- data FloatProperty = FloatProperty {}
- data IntProperty = IntProperty {}
- data NameProperty = NameProperty {}
- data QWordProperty = QWordProperty {}
- data StrProperty = StrProperty {}
Documentation
A metadata property. All properties have a size, but only some actually use it. The value stored in the property can be an array, a boolean, and so on.
Constructors
Instances
data ArrayProperty Source #
Constructors
ArrayProperty | |
Fields |
Instances
data BoolProperty Source #
Constructors
BoolProperty | |
Fields |
Instances
data ByteProperty Source #
Constructors
ByteProperty | |
Fields |
Instances
data FloatProperty Source #
Constructors
FloatProperty | |
Fields |
Instances
data IntProperty Source #
Constructors
IntProperty | |
Fields |
Instances
data NameProperty Source #
Constructors
NameProperty | |
Fields |
Instances
data QWordProperty Source #
Constructors
QWordProperty | |
Fields |
Instances
data StrProperty Source #
Constructors
StrProperty | |
Fields |
Instances