cushion ~master (2019-06-25T13:23:49Z)
Dub
Repo
CreateStmPolicy
cushion
csvdecoder
Load CSV file of STM and decode to D code.
template
CreateStmPolicy (
string
name_
alias
ST
=
cushion
.
core
.
StateTransitor
string
stateKey_
= "▽"
string
factoryName_
= "makeStm"
) {
enum
string
name
;
enum
string
stateKey
;
enum
string
factoryName
;
}
Meta
Source
See Implementation
cushion
csvdecoder
functions
createStm
decodeStmFromCsv
loadStmFromCsv
loadStmFromCsvFilePair
templates
CreateStmPolicy
Load CSV file of STM and decode to D code.