Skip to content

struct flake::Property

More...

#include <FlakeTypes.h>

Public Functions

Name
Property(uint32_t _tag)
Property()
Property(const Property & v)
voidmakeReadOnly() const
~Property()
booloperator!=(const Property & other)
void__setDeallocSelf()
booloperator==(const Property & other)
Property &operator=(const Property & other)
voidcopyFrom(const Property & other)
boolisErrorValue() const
char *toString() const

Public Attributes

Name
uint32_ttag
document me
byteflags
tt_int8_ti8
tt_int16_ti16
tt_int32_ti32
tt_uint8_tu8
tt_uint16_tu16
tt_uint32_tu32
tt_bool_tb
tt_float_tf
tt_uuid_tuuid
tt_time_tt
tt_err_terr
tt_bin_tbin
tt_str_tstr
tt_array_tarr

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