#include <MixtureDict.h>
List of all members.
Detailed Description
This class implements a growable array of Mixture objects. It is used only in a mixture server. A method allow to find a particular mixture by the name.
- Author:
- Frederic Wils frederic.wils@lia.univ-avignon.fr
- Version:
- 1.0
- Date:
- 2003
- Warning:
- Internal class. Do not use.
Definition at line 86 of file MixtureDict.h.
Constructor & Destructor Documentation
| alize::MixtureDict::MixtureDict |
( |
) |
|
| virtual alize::MixtureDict::~MixtureDict |
( |
) |
[virtual] |
| alize::MixtureDict::MixtureDict |
( |
const MixtureDict & |
) |
[private] |
Member Function Documentation
| unsigned long alize::MixtureDict::addMixture |
( |
Mixture & |
) |
|
- Returns:
- the index of the added object
| void alize::MixtureDict::clear |
( |
) |
|
| void alize::MixtureDict::deleteMixture |
( |
const Mixture & |
m ) |
|
Deletes a mixture
- Parameters:
-
| void alize::MixtureDict::deleteMixtures |
( |
unsigned long |
f, |
|
|
unsigned long |
l |
|
) |
| |
Deletes a set of mixtures from the array.
- Parameters:
-
| f | index of the first mixture to delete |
| l | index of the last mixture to delete |
| virtual String alize::MixtureDict::getClassName |
( |
) |
const [virtual] |
Returns the name of the class
- Returns:
- the name of the class of the object as a String
Implements alize::Object.
| long alize::MixtureDict::getIndexOfId |
( |
const String & |
id ) |
const |
- Returns:
- the index of the mixture. Returns -1 if not found
| Mixture& alize::MixtureDict::getMixture |
( |
unsigned long |
index ) |
const |
| bool alize::MixtureDict::operator!= |
( |
const MixtureDict & |
) |
const [private] |
| bool alize::MixtureDict::operator== |
( |
const MixtureDict & |
) |
const [private] |
| void alize::MixtureDict::setMixtureId |
( |
Mixture & |
m, |
|
|
const String & |
id |
|
) |
| |
| unsigned long alize::MixtureDict::size |
( |
) |
const |
| virtual String alize::MixtureDict::toString |
( |
) |
const [virtual] |
This method is frequently overridden in the derived classes. If it is not, it returns the name of the class of the object and the address of the object
- Returns:
- a description of the object
Reimplemented from alize::Object.
Friends And Related Function Documentation
friend class TestMixtureDict [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: