uim-oop ~master (2021-09-08T12:30:12Z)
Dub
Repo
TProperty
uim
oop
mixins
properties
property
Undocumented in source.
template
TProperty (
string
dataType
string
propertyName
string
defaultValue
= null
string
get
= null
string
set
= null
) {
const
char
[]
getFkt
;
const
char
[]
setFkt
;
const
char
[]
TProperty
;
}
Members
Variables
TProperty
char
[]
TProperty
;
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