List of the components of a compound type.
More...
#include </home/werner/origo/vish/ocean/plankton/VValueBase.hpp>
List of all members.
Classes
Public Member Functions
-
int copyComponents (const ValueMap &VM, const WeakVValueBasePtr_t &NewCompoundValue)
- Get the components of an existing value map and set them to refer to the new compound value.
-
VValueBasePtr_t getValue (const string &s) const
- Get the value of a certain component.
-
int iterate (iterator &CI) const
- Iterate over all components.
-
size_t nComponents () const
- How many components are available here?
-
void operator= (const ValueMap &)
-
void setValue (const string &s, const VValueBasePtr_t &V)
- Set the value of a certain component (OVERWRITES existing component)
-
ValueMap (const ValueMap &)
Public Attributes
Detailed Description
List of the components of a compound type.
- Examples:
-
exocoetida.cpp, LocalCompoundInput.cpp, and stockvish.cpp.
The documentation for this class was generated from the following files:
- ocean/plankton/VValueBase.hpp
- ocean/plankton/VValueBase.cpp