#include <IPMStringList.h>
|
| enum | { kDefaultIID = IID_IPMSTRINGLIST } |
| |
This class is used to store a list of PMString objects
| virtual void IPMStringList::Append | ( | PMString | k | ) | |
| pure virtual |
Use to add a new string
- Parameters
| k | - the new String to be added |
| virtual void IPMStringList::Clear | ( | | ) | |
| pure virtual |
remove all the entries in the array
| virtual PMString IPMStringList::Get | ( | int32 | n | ) | |
| pure virtual |
Get the nth PMString
- Parameters
| n | - the string you want (must be less than Length - 1) |
- Returns
- - the string you requested. (if you request a value that is out of range behavior is undefined)
| virtual int32 IPMStringList::Length | ( | | ) | |
| pure virtual |
Get the number of strings currently stored
- Returns
- - The number of integers