sipxtacklib  Version 3.3
Public Member Functions | Static Public Attributes | List of all members
NameValuePair Class Reference

#include <NameValuePair.h>

Inheritance diagram for NameValuePair:
Inheritance graph
[legend]
Collaboration diagram for NameValuePair:
Collaboration graph
[legend]

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...
 
NameValuePairoperator= (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
 

Constructor & Destructor Documentation

NameValuePair ( const char *  name,
const char *  value = NULL 
)
~NameValuePair ( )
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)

Member Function Documentation

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

Member Data Documentation

int count = 0
static

sipXtackLib home page