dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
IdTable.inStatic
dil
lexer
IdTable
IdTable
Looks up idString in the static table.
Identifier
*
inStatic
(
hash_t
idHash
)
Identifier
*
inStatic
(
cstring
idString
)
class
IdTable
Identifier
*
inStatic
(
cstring
idString
)
Meta
Source
See Implementation
dil
lexer
IdTable
IdTable
constructors
this
functions
genAnonClassID
genAnonEnumID
genAnonStructID
genAnonUnionID
genAnonymousID
genModuleID
inStatic
isReservedIdentifier
isThreadsafe
isValidUnreservedIdentifier
lookup
setThreadsafe
static functions
isIdentifierString
static variables
anonCount
staticTable
variables
growingTable
inGrowing
Looks up idString in the static table.