This is the complete list of members for cgicc::HTTPCookie, including all inherited members.
getComment() const | cgicc::HTTPCookie | inline |
getDomain() const | cgicc::HTTPCookie | inline |
getMaxAge() const | cgicc::HTTPCookie | inline |
getName() const | cgicc::HTTPCookie | inline |
getPath() const | cgicc::HTTPCookie | inline |
getValue() const | cgicc::HTTPCookie | inline |
HTTPCookie() | cgicc::HTTPCookie | |
HTTPCookie(const std::string &name, const std::string &value) | cgicc::HTTPCookie | |
HTTPCookie(const std::string &name, const std::string &value, const std::string &comment, const std::string &domain, unsigned long maxAge, const std::string &path, bool secure) | cgicc::HTTPCookie | |
HTTPCookie(const HTTPCookie &cookie) | cgicc::HTTPCookie | |
HTTPCookie(const std::string &name, const std::string &domain, const std::string &path, bool secure) | cgicc::HTTPCookie | |
isRemoved() const | cgicc::HTTPCookie | inline |
isSecure() const | cgicc::HTTPCookie | inline |
MStreamable() | cgicc::MStreamable | inline |
operator!=(const HTTPCookie &cookie) const | cgicc::HTTPCookie | inline |
operator==(const HTTPCookie &cookie) const | cgicc::HTTPCookie | |
remove() | cgicc::HTTPCookie | inline |
render(std::ostream &out) const | cgicc::HTTPCookie | virtual |
setComment(const std::string &comment) | cgicc::HTTPCookie | inline |
setDomain(const std::string &domain) | cgicc::HTTPCookie | inline |
setMaxAge(unsigned long maxAge) | cgicc::HTTPCookie | inline |
setName(const std::string &name) | cgicc::HTTPCookie | inline |
setPath(const std::string &path) | cgicc::HTTPCookie | inline |
setRemoved(bool removed) | cgicc::HTTPCookie | inline |
setSecure(bool secure) | cgicc::HTTPCookie | inline |
setValue(const std::string &value) | cgicc::HTTPCookie | inline |
~HTTPCookie() | cgicc::HTTPCookie | virtual |
~MStreamable() | cgicc::MStreamable | inlinevirtual |