uim-oop ~master (2021-09-08T12:30:12Z)
Dub
Repo
TXProperty
uim
oop
mixins
properties
property
Undocumented in source.
template
TXProperty (
string
dataType
string
propertyName
string
defaultValue
= null
string
get
= null
string
set
= null
) {
const
char
[]
getFkt
;
const
char
[]
setFkt
;
const
char
[]
TXProperty
;
}
Members
Variables
TXProperty
char
[]
TXProperty
;
Undocumented in source.
getFkt
char
[]
getFkt
;
Undocumented in source.
setFkt
char
[]
setFkt
;
Undocumented in source.
Meta
Source
See Implementation
uim
oop
mixins
properties
property
functions
PROPERTYPREFIX
templates
OProperty
OProperty_get
OProperty_set
TProperty
TPropertyAA
TXProperty
TXProperty_get