#include <fbtrigger.h>

Definition at line 125 of file fbtrigger.h.
Public Member Functions |
|
| virtual int | Add (HFBTriggerBranch pItem) |
| Add an TriggerBranch to the property list.
|
|
| virtual void | RemoveAt (int pIndex) |
Remove property at pIndex.
|
|
| virtual HFBTriggerBranch | operator[] (int pIndex) |
| [] operator overload. |
|
| virtual int | GetCount () |
| Get the number of properties in the list.
|
|
| virtual int Add | ( | HFBTriggerBranch | pItem | ) | [virtual] |
Add an TriggerBranch to the property list.
| pItem | TriggerBranch to add to list. |
Implements FBPropertyBaseList< HFBTriggerBranch >.
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex.
| pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
| virtual HFBTriggerBranch operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
| pIndex | Index of property to access. |
pIndex.Implements FBPropertyBaseList< HFBTriggerBranch >.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.