hipddf v0.4.0 (2022-01-20T03:16:50Z)
Dub
Repo
HipDDFVarInternal
hipddf
parser
Undocumented in source.
struct
HipDDFVarInternal {
string
type
;
string
value
;
string
symbol
;
bool
isArray
;
bool
isAssociativeArray
;
uint
length
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isArray
bool
isArray
;
Undocumented in source.
isAssociativeArray
bool
isAssociativeArray
;
Undocumented in source.
length
uint
length
;
Undocumented in source.
symbol
string
symbol
;
Undocumented in source.
type
string
type
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
hipddf
parser
enums
HipDDFTokenType
functions
getToken
isAlpha
isArraySyntax
isAssociativeArraySyntax
isEndOfLine
isLiteral
isNumeric
isWhitespace
parseAssignment
parseHipDDF
parseType
parserIsVarArray
parserObjGet
parserObjHasVar
parserObjSymbol
parserVarLength
parserVarSymbol
parserVarType
parserVarValue
structs
HipDDFObjectInternal
HipDDFToken
HipDDFTokenizer
HipDDFVarInternal