VISH  0.2
Public Member Functions | Static Public Member Functions

List of all members.

Public Member Functions

Static Public Member Functions


Member Function Documentation

WeakPtr< VValueBase, VValueBase > Wizt::VValueCreator::create ( const string Typename,
const string initvalue,
bool &  conversion_successful 
) [static]

Create typed VValue from its type name, returning pointer to abstract base class.

Parameters:
conversion_successfulFlag telling whether the string could be parsed correctly.
virtual WeakPtr<VValueBase,VValueBase> Wizt::VValueCreator::create ( const string initvalue,
bool &  ok 
) [pure virtual]

Virtual creation function, to be implemented by a type-specific child class, such as TypedValueCreator<>

Parameters:
okA flag telling whether the given string could be parsed correctly.

Implemented in Wizt::TypedValueCreator.


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