AttrCookie
AttrCookie* cookie = new(std::nothrow) AttrCookie;
AttrCookie* cookie = new(std::nothrow) AttrCookie;
delete reinterpret_cast<AttrCookie*>(cookie);
AttrCookie* fatCookie = reinterpret_cast<AttrCookie*>(cookie);
AttrCookie* fatCookie = reinterpret_cast<AttrCookie*>(cookie);
AttrCookie* fatCookie = reinterpret_cast<AttrCookie*>(cookie);
*_cookie = new(std::nothrow)AttrCookie(name, mimeType);
AttrCookie* cookie = new(std::nothrow)AttrCookie(name);
delete (AttrCookie*)_cookie;
AttrCookie* cookie = (AttrCookie*)_cookie;
AttrCookie* cookie = (AttrCookie*)_cookie;
AttrCookie(const char* name)
AttrCookie(const char* name, const char* value)
struct AttrCookie;