Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
iSharedVariableList Struct Reference
[Crystal Space 3D Engine, Crystal Space 3D Engine]
A list of shared variables.
More...
#include <iengine/sharevar.h>
Inheritance diagram for iSharedVariableList:

Public Member Functions | |
virtual int | Add (iSharedVariable *obj)=0 |
Add a SharedVariable. | |
virtual int | Find (iSharedVariable *obj) const =0 |
Find a SharedVariable and return its index. | |
virtual iSharedVariable * | FindByName (const char *Name) const =0 |
Find a SharedVariable by name. | |
virtual iSharedVariable * | Get (int n) const =0 |
Return a SharedVariable by index. | |
virtual int | GetCount () const =0 |
Return the number of Shared Variables in this list. | |
virtual csPtr< iSharedVariable > | New () const =0 |
iSharedVariable Factory method. This does not add the new var to the list. | |
virtual bool | Remove (int n)=0 |
Remove the nth SharedVariable. | |
virtual bool | Remove (iSharedVariable *obj)=0 |
Remove a SharedVariable. | |
virtual void | RemoveAll ()=0 |
Remove all SharedVariables. |
Detailed Description
A list of shared variables.
Definition at line 110 of file sharevar.h.
Member Function Documentation
|
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.
|
The documentation for this struct was generated from the following file:
- iengine/sharevar.h
Generated for Crystal Space by doxygen 1.4.4