VISH  0.2
Classes | Public Member Functions
Wizt::VValue< VThreadManager > Class Reference

VObject-local management of threads. More...

#include </home/werner/origo/vish/ocean/plankton/VThread.hpp>

List of all members.

Classes

Public Member Functions


Detailed Description

VObject-local management of threads.


Constructor & Destructor Documentation

Wizt::VValue< VThreadManager >::VValue ( const VValue< VThreadManager > &  V) [inline]

Copy constructor: copies just the value, all reference pointing stuff is not duplicated.

Also, the age of the new object is recent.

Exported members from the source type will be exported here as well.


Member Function Documentation

override const type_info& Wizt::VValue< VThreadManager >::getType ( ) const [inline]

Implement the virtual function to query the type ID of this value.

For this value, the type is fixed throughout its lifetime and corresponds to the type of the template argument.

Reimplemented from Wizt::VTypedValueBase< VThreadManager >.

override bool Wizt::VValue< VThreadManager >::getValue ( VThreadManager Variable) const [inline]

Implement the virtual function to get the current value.

Returns:
True on successfull retrieval, which is always the case in the default implementation of a stored value. However, derived values which implement a procedural value might return false here as well.
Parameters:
VariableThe external storage space where to assign this value.
override bool Wizt::VValue< VThreadManager >::setValue ( const VThreadManager Variable) [inline]

Implement the assignment of the current value.

Parameters:
VariableThe external storage space from where to assign this value.

The documentation for this class was generated from the following files: