CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

iSharedVariableList Struct Reference
[Crystal Space 3D Engine]

A list of shared variables. More...

#include <sharevar.h>

Inheritance diagram for iSharedVariableList:

iBase List of all members.

Public Methods

virtual int GetCount () const=0
 Return the number of Shared Variables in this list. More...

virtual iSharedVariableGet (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 iSharedVariableFindByName (const char *Name) const=0
 Find a SharedVariable by name. More...

virtual csPtr< iSharedVariableNew () const=0
 iSharedVariable Factory method. This does not add the new var to the list. More...


Detailed Description

A list of shared variables.

Definition at line 88 of file iengine/sharevar.h.


Member Function Documentation

virtual int iSharedVariableList::Add iSharedVariable   obj [pure virtual]
 

Add a SharedVariable.

virtual int iSharedVariableList::Find iSharedVariable   obj const [pure virtual]
 

Find a SharedVariable and return its index.

virtual iSharedVariable* iSharedVariableList::FindByName const char *    Name const [pure virtual]
 

Find a SharedVariable by name.

virtual iSharedVariable* iSharedVariableList::Get int    n const [pure virtual]
 

Return a SharedVariable by index.

virtual int iSharedVariableList::GetCount   const [pure virtual]
 

Return the number of Shared Variables in this list.

virtual csPtr<iSharedVariable> iSharedVariableList::New   const [pure virtual]
 

iSharedVariable Factory method. This does not add the new var to the list.

virtual bool iSharedVariableList::Remove int    n [pure virtual]
 

Remove the nth SharedVariable.

virtual bool iSharedVariableList::Remove iSharedVariable   obj [pure virtual]
 

Remove a SharedVariable.

virtual void iSharedVariableList::RemoveAll   [pure virtual]
 

Remove all SharedVariables.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14