#include <PropertyList.h>
Public Member Functions | |
PropertyList () | |
Constructor - a PropertyList starts out empty. | |
virtual void | addParam (const string &name, const string &value) |
Add a new name/value pair to the list. | |
~PropertyList () | |
Destructor. | |
int | size () |
Accessor method. | |
const string & | getName (int i) |
Accessor method. | |
const string & | getValue (int i) |
Accessor method. |
|
Constructor - a PropertyList starts out empty.
|
|
Destructor.
|
|
Add a new name/value pair to the list.
|
|
Accessor method.
|
|
Accessor method.
|
|
Accessor method.
|