injected ~master (2016-08-11T06:02:17Z)
Dub
Repo
Resolver.canResolve
injected
resolver
Resolver
Check if the resolver can resolve a type (possibly with a name).
bool
canResolve
(TypeInfo type)
bool
canResolve
(TypeInfo type, string name)
interface
Resolver
bool
canResolve
(
TypeInfo
type
,
string
name
)
void
withResolvedPtr
(TypeInfo info, void delegate(void*) dg)
void
withResolvedPtr
(TypeInfo info, string name, void delegate(void*) dg)
Meta
Source
See Implementation
injected
resolver
Resolver
functions
canResolve
resolve
withResolvedPtr
Check if the resolver can resolve a type (possibly with a name).