#include <dotXSIParams.h>
Public Member Functions |
|
| CdotXSIParams () | |
| virtual | ~CdotXSIParams () |
| SI_Int | GetCount () |
| SI_Void | Add (CdotXSIParam *i_Param, SI_Int i_nPosition) |
| SI_Void | Item (SI_Int i_nPosition, CdotXSIParam **o_Param) |
| CdotXSIParam * | Item (SI_Int i_nPosition) |
| SI_Void | Remove (SI_Int i_nPosition) |
| SI_Void | Clear () |
| SI_Bool | Find (CSIBCString *i_sParamName, CdotXSIParam **o_pParam) |
| CdotXSIParam * | Find (const SI_Char *in_szParamName) |
| CdotXSIParams | ( | ) |
Constructor
| virtual ~CdotXSIParams | ( | ) | [virtual] |
Destructor
| SI_Int GetCount | ( | ) |
Get the number of elements
| SI_Void Add | ( | CdotXSIParam * | i_Param, | |
| SI_Int | i_nPosition | |||
| ) |
Add an element to this collection
| i_Param | the CdotXSIParam to add to this collection | |
| i_nPosition | the position to add this element at |
| SI_Void Item | ( | SI_Int | i_nPosition, | |
| CdotXSIParam ** | o_Param | |||
| ) |
Get an item
| i_nPosition | position to get the item at | |
| o_Param | a pointer to a CdotXSIParam* to store a reference to the item |
| CdotXSIParam* Item | ( | SI_Int | i_nPosition | ) |
Get an item
| i_nPosition | position to get the item at |
| SI_Void Remove | ( | SI_Int | i_nPosition | ) |
Remove the specified element
| i_nPosition | the position to remove the item at |
| SI_Void Clear | ( | ) |
Clear the entire collection of all elements
| SI_Bool Find | ( | CSIBCString * | i_sParamName, | |
| CdotXSIParam ** | o_pParam | |||
| ) |
Find an element by name
| i_sParamName | the name of the parameter to find | |
| o_Param | a pointer to a CdotXSIParam* to store a reference to the item |
| CdotXSIParam* Find | ( | const SI_Char * | in_szParamName | ) |
Find an element by name
| i_sParamName | the name of the parameter to find |