uHTTP for C++
uHTTP::Parameter Class Reference

#include <Parameter.h>

Public Member Functions

 Parameter ()
 
 Parameter (const std::string &name, const std::string &value)
 
void setName (const std::string &val)
 
const char * getName ()
 
void setValue (const std::string &val)
 
const char * getValue ()
 

Private Attributes

std::string name
 
std::string value
 

Constructor & Destructor Documentation

◆ Parameter() [1/2]

uHTTP::Parameter::Parameter ( )
inline

◆ Parameter() [2/2]

uHTTP::Parameter::Parameter ( const std::string & name,
const std::string & value )
inline

Member Function Documentation

◆ getName()

const char * uHTTP::Parameter::getName ( )
inline

◆ getValue()

const char * uHTTP::Parameter::getValue ( )
inline

◆ setName()

void uHTTP::Parameter::setName ( const std::string & val)
inline

◆ setValue()

void uHTTP::Parameter::setValue ( const std::string & val)
inline

Field Documentation

◆ name

std::string uHTTP::Parameter::name
private

◆ value

std::string uHTTP::Parameter::value
private

The documentation for this class was generated from the following file: