Appearance
struct flake::Property
#include <FlakeTypes.h>
Public Functions
Name | |
---|---|
Property(uint32_t _tag) | |
Property() | |
Property(const Property & v) | |
void | makeReadOnly() const |
~Property() | |
bool | operator!=(const Property & other) |
void | __setDeallocSelf() |
bool | operator==(const Property & other) |
Property & | operator=(const Property & other) |
void | copyFrom(const Property & other) |
bool | isErrorValue() const |
char * | toString() const |
Public Attributes
Detailed Description
cpp
struct flake::Property;
document me
Public Functions Documentation
function Property
cpp
inline Property(
uint32_t _tag
)
function Property
cpp
inline Property()
function Property
cpp
inline Property(
const Property & v
)
function makeReadOnly
cpp
inline void makeReadOnly() const
function ~Property
cpp
inline ~Property()
function operator!=
cpp
inline bool operator!=(
const Property & other
)
function __setDeallocSelf
cpp
inline void __setDeallocSelf()
function operator==
cpp
inline bool operator==(
const Property & other
)
function operator=
cpp
inline Property & operator=(
const Property & other
)
function copyFrom
cpp
inline void copyFrom(
const Property & other
)
function isErrorValue
cpp
inline bool isErrorValue() const
function toString
cpp
inline char * toString() const
Public Attributes Documentation
variable tag
cpp
uint32_t flake::Property::tag
document me
variable flags
cpp
byte flake::Property::flags
variable i8
cpp
tt_int8_t flake::Property::i8
variable i16
cpp
tt_int16_t flake::Property::i16
variable i32
cpp
tt_int32_t flake::Property::i32
variable u8
cpp
tt_uint8_t flake::Property::u8
variable u16
cpp
tt_uint16_t flake::Property::u16
variable u32
cpp
tt_uint32_t flake::Property::u32
variable b
cpp
tt_bool_t flake::Property::b
variable f
cpp
tt_float_t flake::Property::f
variable uuid
cpp
tt_uuid_t flake::Property::uuid
variable t
cpp
tt_time_t flake::Property::t
variable err
cpp
tt_err_t flake::Property::err
variable bin
cpp
tt_bin_t flake::Property::bin
variable str
cpp
tt_str_t flake::Property::str
variable arr
cpp
tt_array_t flake::Property::arr