VISH
0.2
|
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.
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.
Variable | The 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.
Variable | The external storage space from where to assign this value. |