cssexpand ~master (2015-12-11T16:13:42Z)
Home
Dub
Repo
MacroExpander
arsd
css
class
MacroExpander {
dstring
delegate
(
dstring
[])[
dstring
]
functions
;
dstring
[
dstring
]
variables
;
void
setValue
(
string
key
,
string
value
)
;
Macro
[
dstring
]
macros
;
string
[
string
]
includeFiles
;
string
expand
(
string
srcutf8
)
;
dstring
expand
(
dstring
src
)
;
}
Members
Functions
expand
dstring
expand
(
dstring
src
)
Performs the expansion
expand
string
expand
(
string
srcutf8
)
Performs the expansion
setValue
void
setValue
(
string
key
,
string
value
)
This sets a variable inside the macro system
Meta
Source
See Implementation
arsd
css
classes
CssMacroExpander
JavascriptMacroExpander
MacroExpander
functions
denestCss