![]() |
Public API Reference |
#include <sharevar.h>
Inheritance diagram for iSharedVariableList:
Public Methods | |
virtual int | GetCount () const=0 |
Return the number of Shared Variables in this list. More... | |
virtual iSharedVariable * | Get (int n) const=0 |
Return a SharedVariable by index. More... | |
virtual int | Add (iSharedVariable *obj)=0 |
Add a SharedVariable. More... | |
virtual bool | Remove (iSharedVariable *obj)=0 |
Remove a SharedVariable. More... | |
virtual bool | Remove (int n)=0 |
Remove the nth SharedVariable. More... | |
virtual void | RemoveAll ()=0 |
Remove all SharedVariables. More... | |
virtual int | Find (iSharedVariable *obj) const=0 |
Find a SharedVariable and return its index. More... | |
virtual iSharedVariable * | FindByName (const char *Name) const=0 |
Find a SharedVariable by name. More... | |
virtual csPtr< iSharedVariable > | New () const=0 |
iSharedVariable Factory method. This does not add the new var to the list. More... |
Definition at line 108 of file iengine/sharevar.h.
|
Add a SharedVariable.
|
|
Find a SharedVariable and return its index.
|
|
Find a SharedVariable by name.
|
|
Return a SharedVariable by index.
|
|
Return the number of Shared Variables in this list.
|
|
iSharedVariable Factory method. This does not add the new var to the list.
|
|
Remove the nth SharedVariable.
|
|
Remove a SharedVariable.
|
|
Remove all SharedVariables.
|