Public Member Functions | |
this (int size) | |
void | reset () |
Cookie | push () |
int | opApply (int(*dg)(inout Cookie)) |
Static Private Member Functions | |
final void | resize (inout Cookie[] cookies, int size) |
Private Attributes | |
int | depth |
Cookie[] | cookies |
Definition at line 258 of file HttpCookies.d.
|
Construct a cookie stack with the specified initial extent. The stack will grow as necessary over time. Definition at line 270 of file HttpCookies.d. |
|
Pop the stack all the way to zero Definition at line 282 of file HttpCookies.d. References depth. Referenced by HttpCookies::reset(). |
|
Return a fresh cookie from the stack Definition at line 293 of file HttpCookies.d. References cookies, depth, and resize(). Referenced by CookieParser::next(). |
|
Resize the stack such that is has more room. Definition at line 306 of file HttpCookies.d. |
|
Iterate over all cookies in stack Definition at line 320 of file HttpCookies.d. |
|
Definition at line 260 of file HttpCookies.d. |
|
Definition at line 261 of file HttpCookies.d. |