hipddf ~master (2022-05-09T13:52:54.4576253)
Dub
Repo
HipDDFObjectInternal
hipddf
parser
Undocumented in source.
struct
HipDDFObjectInternal {
string
symbol
;
string
filename
;
HipDDFVarInternal
[
string
]
variables
;
HipDDFStruct
[
string
]
structs
;
bool
hasVar
(string str);
}
Members
Functions
hasVar
bool
hasVar
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
filename
string
filename
;
Undocumented in source.
structs
HipDDFStruct
[
string
]
structs
;
Undocumented in source.
symbol
string
symbol
;
Undocumented in source.
variables
HipDDFVarInternal
[
string
]
variables
;
Undocumented in source.
Meta
Source
See Implementation
hipddf
parser
aliases
ForeachValueExec
HipDDFBuiltinTypeCheck
HipDDFKeywordParse
enums
HipDDFTokenType
functions
checkTypeMatch
findMatchingCharacter
foreachValueOnArrayStringified
getToken
getValueFromString
isAlpha
isArraySyntax
isAssociativeArraySyntax
isEndOfLine
isLiteral
isNumeric
isStructLiteral
isValueSyntax
isWhitespace
parseAssignment
parseHipDDF
parseStruct
parseType
parseValue
parserIsVarArray
parserObjGet
parserObjHasVar
parserObjSymbol
parserVarLength
parserVarSymbol
parserVarType
parserVarValue
structs
HipDDFObjectInternal
HipDDFStruct
HipDDFToken
HipDDFTokenizer
HipDDFVarInternal
variables
builtinTypes
keywords