![]() |
C++ Web Framework
3.0
|
This is the complete list of members for HttpCookie, including all inherited members.
| getComment() const noexcept | HttpCookie | inline |
| getDomain() const noexcept | HttpCookie | inline |
| getMaxAge() const noexcept | HttpCookie | inline |
| getName() const noexcept | HttpCookie | inline |
| getPath() const noexcept | HttpCookie | inline |
| getSecure() const noexcept | HttpCookie | inline |
| getValue() const noexcept | HttpCookie | inline |
| getVersion() const noexcept | HttpCookie | inline |
| HttpCookie()=default | HttpCookie | |
| HttpCookie(const QByteArray &source) | HttpCookie | explicit |
| HttpCookie(const QByteArray &name, const QByteArray &value) | HttpCookie | |
| setComment(const QByteArray &value) noexcept | HttpCookie | inline |
| setDomain(const QByteArray &value) noexcept | HttpCookie | inline |
| setMaxAge(int value) noexcept | HttpCookie | inline |
| setName(const QByteArray &value) noexcept | HttpCookie | inline |
| setPath(const QByteArray &value) noexcept | HttpCookie | inline |
| setSecure(bool value) noexcept | HttpCookie | inline |
| setValue(const QByteArray &value) noexcept | HttpCookie | inline |
| splitCSV(const QByteArray &source) | HttpCookie | static |
| toByteArray() const | HttpCookie |
1.8.13