List of all members.
Public Types
Public Member Functions
-
bool contains (const RefPtr< VSlot > &) const
- Check if the given Slot is contained in this set.
-
RefPtr< VSlot > findByName (const string &) const
- Find a slot given a name.
- RefPtr< VSlot > findFirstParameter (const RefPtr< VParameter > &P) const
- Find the first slot in this set that refers to the specified parameter.
-
RefPtr< VSlot > insertSlot (const RefPtr< VSlot > &mySlot, bool overwriteSlot=true)
- Insert a slot in this set, overwrite an existing one if such is desired.
- int iterate (int EL, Iterator &VIIt)
- Iterate over all slots contained here.
-
bool removeSlot (const string &SlotNname)
- Remove an entry.
Member Function Documentation
RefPtr< VSlot > Wizt::VSlotSet::findFirstParameter |
( |
const RefPtr< VParameter > & |
P | ) |
const |
Find the first slot in this set that refers to the specified parameter.
There can be many slots refer to the same parameter. To find all occurances use iterate() to inspect all Slots.
int Wizt::VSlotSet::iterate |
( |
int |
EL, |
|
|
Iterator & |
VIIt |
|
) |
| |
Iterate over all slots contained here.
- Returns:
- how many slots have been traversed.
The documentation for this class was generated from the following files:
- ocean/plankton/VSlotSet.hpp
- ocean/plankton/VSlotSet.cpp