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 252 of file HttpCookies.d.
|
Construct a cookie stack with the specified initial extent. The stack will grow as necessary over time. Definition at line 264 of file HttpCookies.d. |
|
Pop the stack all the way to zero Definition at line 276 of file HttpCookies.d. References depth. Referenced by HttpCookies::reset(). |
|
Return a fresh cookie from the stack Definition at line 287 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 300 of file HttpCookies.d. |
|
Iterate over all cookies in stack Definition at line 314 of file HttpCookies.d. |
|
Definition at line 254 of file HttpCookies.d. |
|
Definition at line 255 of file HttpCookies.d. |