RouterMatchResult

Constructors

this
this(Router router, Map!(string, string) parameters, Set!(Matcher.MatchType) matchTypes)
Undocumented in source.

Members

Functions

getMatchTypes
Set!(Matcher.MatchType) getMatchTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameters
Map!(string, string) getParameters()
Undocumented in source. Be warned that the author may not have intended to support it.
getRouter
Router getRouter()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(RouterMatchResult o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta