dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
IdTable.inStatic
dil
lexer
IdTable
IdTable
Looks up the hash of an id in the static table.
Identifier
*
inStatic
(
hash_t
idHash
)
class
IdTable
Identifier
*
inStatic
(
hash_t
idHash
)
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 the hash of an id in the static table.