#include <CookieOptions.h>
|
std::string | value |
|
std::map< std::string, std::string > | options |
|
Definition at line 32 of file CookieOptions.h.
◆ CookieOptions() [1/2]
web::http::CookieOptions::CookieOptions |
( |
const std::string & | value, |
|
|
const std::map< std::string, std::string > & | options ) |
|
inline |
◆ CookieOptions() [2/2]
web::http::CookieOptions::CookieOptions |
( |
const std::string & | value | ) |
|
|
inlineexplicit |
◆ getOptions()
const std::map< std::string, std::string > & web::http::CookieOptions::getOptions |
( |
| ) |
const |
|
inline |
◆ getValue()
const std::string & web::http::CookieOptions::getValue |
( |
| ) |
const |
|
inline |
◆ setOption()
void web::http::CookieOptions::setOption |
( |
const std::string & | optionName, |
|
|
const std::string & | optionValue ) |
|
inline |
◆ options
std::map<std::string, std::string> web::http::CookieOptions::options |
|
private |
◆ value
std::string web::http::CookieOptions::value |
|
private |
The documentation for this class was generated from the following file: