4#include <stumpless/param.h>
5#include <stumpless/Param.hpp>
24 Param(
struct stumpless_param *param );
32 Param(
const char *name,
const char *value );
A parameter within a structured data element.
Definition Param.hpp:12
Param & SetValue(const char *value)
Set the value of this Param.
Param(const Param ¶m)
Creates a Param as a copy of another Param.
Param(struct stumpless_param *param)
Creates a new Param based on a stumpless_param struct.
Param(const char *name, const char *value)
Creates a new Param with the given name and value.
const char * GetValue(void)
The value of this Param.
struct stumpless_param * equivalent
Definition Param.hpp:15
const char * ToString(void)
Gives a string representation of this Param.
~Param(void)
Destroys this parameter and releases all memory allocated for it.
const char * GetName(void)
The name of this Param.
Param & SetName(const char *name)
Set the name of this Param.
Definition AddressFailure.hpp:7