|
sipxtacklib
Version 3.3
|
#include <NameValuePair.h>


Public Member Functions | |
| NameValuePair (const char *name, const char *value=NULL) | |
| virtual | ~NameValuePair () |
| param: name - the key for this object, null terminated string param: value - the data or value for this object, null param: terminated string More... | |
| NameValuePair & | operator= (const NameValuePair &rhs) |
| NameValuePair (const NameValuePair &rNameValuePair) | |
| const char * | getValue () |
| void | setValue (const char *) |
| returns: the null terminated string containing the value Note: this should not be freed as it is part of this object More... | |
| UtlBoolean | isInstanceOf (const UtlContainableType type) const |
Static Public Attributes | |
| static int | count = 0 |
| NameValuePair | ( | const char * | name, |
| const char * | value = NULL |
||
| ) |
|
virtual |
param: name - the key for this object, null terminated string param: value - the data or value for this object, null param: terminated string
| NameValuePair | ( | const NameValuePair & | rNameValuePair | ) |
| NameValuePair & operator= | ( | const NameValuePair & | rhs | ) |
| const char * getValue | ( | ) |
| void setValue | ( | const char * | newValue | ) |
returns: the null terminated string containing the value
Note: this should not be freed as it is part of this object
| UtlBoolean isInstanceOf | ( | const UtlContainableType | type | ) | const |
|
static |