mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
FLSArea
mecca
reactor
fls
Undocumented in source.
struct
FLSArea {
__gshared static
int
_flsOffset
;
static
FLSArea
*
thisFls
;
ubyte
[
FLS_AREA_SIZE
]
data
;
void
reset
();
void
switchTo
();
static
void
switchToNone
();
}
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
switchTo
void
switchTo
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
switchToNone
void
switchToNone
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_flsOffset
int
_flsOffset
;
Undocumented in source.
thisFls
FLSArea
*
thisFls
;
Undocumented in source.
Variables
data
ubyte
[
FLS_AREA_SIZE
]
data
;
Undocumented in source.
Meta
Source
See Implementation
mecca
reactor
fls
aliases
myFls
yourFls
manifest constants
FLS_AREA_SIZE
structs
FLSArea
templates
FiberLocal
getFiberFlsLvalue
setFiberFls