|
Webserv
|
#include <String.hpp>
Public Member Functions | |
| String (std::string const &s) | |
| void | setValue (const std::string &value) |
| std::string | evaluate (http::Request const &) const |
| ArgumentType | getType () const |
| std::string | getRawValue () const |
| IArgument * | clone () const |
| Public Member Functions inherited from config::IArgument | |
| virtual | ~IArgument () |
Private Attributes | |
| std::string | value_ |
|
inlineexplicit |
|
inlinevirtual |
Implements config::IArgument.
|
inlinevirtual |
Implements config::IArgument.
|
inlinevirtual |
Implements config::IArgument.
|
inlinevirtual |
Implements config::IArgument.
|
inline |
|
private |