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