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 63 of file Dictionary.d.
|
Return the dictionary entry with the given name, or null if there is no such name. Definition at line 74 of file Dictionary.d. References dictionary. Referenced by ServletContext::getMimeType(). |
|
Perform some post population optimization. Definition at line 87 of file Dictionary.d. References dictionary. Referenced by ServletContext::this(). |
|
Iterate over the entire dictionary Definition at line 98 of file Dictionary.d. References dictionary, DElement::name, and DElement::value. |
|
Definition at line 65 of file Dictionary.d. Referenced by get(), opApply(), and optimize(). |