#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) |
Destructor
| SI_Int GetCount | ( | ) |
Get the number of elements
Add an element to this collection
| i_Param | the CdotXSIParam to add to this collection | |
| i_nPosition | the position to add this element at |
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 |
Remove the specified element
| i_nPosition | the position to remove the item at |
Clear the entire collection of all elements
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 |