mUPnP for C++
mUPnP::Property Class Reference

#include <Property.h>

Public Member Functions

 Property ()
 
const char * getName ()
 
void setName (const std::string &val)
 
const char * getValue ()
 
void setValue (const std::string &val)
 

Private Attributes

std::string name
 
std::string value
 

Constructor & Destructor Documentation

◆ Property()

mUPnP::Property::Property ( )
inline

Member Function Documentation

◆ getName()

const char * mUPnP::Property::getName ( )
inline

◆ getValue()

const char * mUPnP::Property::getValue ( )
inline

◆ setName()

void mUPnP::Property::setName ( const std::string & val)
inline

◆ setValue()

void mUPnP::Property::setValue ( const std::string & val)
inline

Field Documentation

◆ name

std::string mUPnP::Property::name
private

◆ value

std::string mUPnP::Property::value
private

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