VISH  0.2
Public Member Functions
Wizt::VValue< GLFontManager > Class Reference

List of all members.

Public Member Functions


Constructor & Destructor Documentation

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

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

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


Member Function Documentation

override const type_info& Wizt::VValue< GLFontManager >::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< GLFontManager >.

override bool Wizt::VValue< GLFontManager >::getValue ( GLFontManager 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< GLFontManager >::setValue ( const GLFontManager 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 file: