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