Inheritance diagram for Dictionary:
Public Member Functions | |
char[] | get (char[] name) |
void | optimize () |
int | opApply (int(*dg)(inout DElement element)) |
Private Attributes | |
char[][char[]] | dictionary |
Definition at line 66 of file Dictionary.d.
|
Return the dictionary entry with the given name, or null if there is no such name. Definition at line 77 of file Dictionary.d. References dictionary. Referenced by ServletContext::getMimeType(). |
|
Perform some post population optimization. Definition at line 90 of file Dictionary.d. References dictionary. Referenced by ServletContext::this(). |
|
Iterate over the entire dictionary Definition at line 101 of file Dictionary.d. References dictionary, DElement::name, and DElement::value. |
|
Definition at line 68 of file Dictionary.d. Referenced by get(), opApply(), and optimize(). |