VISH
0.2
Main Page
Related Pages
Modules
Namespaces
Classes
Directories
Examples
Classes
|
Typedefs
|
Functions
Concrete and abstract storage places for data values that are used as parameters.
Classes
class
Wizt::TypedValueCreator
Implementation of value creators.
More...
class
Wizt::ValueMap
List of the components of a compound type.
More...
struct
Wizt::ValueNotifier
Base class for objects which are informed when a value is changed.
More...
class
Wizt::ValueNotifierList
A
node which serves to identify multiple instances of input alternatives for a certain value.
More...
struct
Wizt::ValueShadowIterator
Iterator class for values stored in multiple ValuePools (also called "shadows" of a variable).
More...
class
Wizt::VInputBase
Base class for objects providing an input of any kind.
More...
struct
Wizt::VInputValueTrait< VTime >
class
Wizt::VTypedValueBase
Base class for values with type.
More...
class
Wizt::VValue
A
typed value with storage within the class.
More...
class
Wizt::VValueBase
Abstract base class for values which are used as input types, e.g.
More...
struct
Wizt::VValueCopyTrait
Type trait class that tells how to create a new value, given an existing one.
More...
struct
Wizt::VValueCopyTrait< RefPtr< Type > >
Copy type trait for referenced types: create a new instance of the referred-to object.
More...
class
Wizt::VValueCreator
class
Wizt::VValueTrait< bool >
class
Wizt::VValueTrait< double >
class
Wizt::VValueTrait< float >
class
Wizt::VValueTrait< GLFontManager >
class
Wizt::VValueTrait< int16_t >
class
Wizt::VValueTrait< int32_t >
class
Wizt::VValueTrait< int64_t >
class
Wizt::VValueTrait< string >
VValue
Specialization for strings: trivial.
More...
class
Wizt::VValueTrait< VGraph >
class
Wizt::VValueTrait< VThreadManager >
class
Wizt::VValueTrait< VTime >
class
Wizt::VValueTrait< VTypeTemplate >
Typedefs
typedef WeakPtr< ValuePool,
ValuePool >
Wizt::ValuePoolPtr
A
pointer to value pools.
Functions
template<class T > bool
Wizt::setFromString
(T &Val, const string &txt)
Polymorphic function to set a value given some string.
template<class T > string
Wizt::String
(const T &Val)
Return the textual representation of some value.
Function Documentation
template<class T >
bool Wizt::setFromString
(
T &
Val
,
const string &
txt
)
[inline]
Polymorphic function to set a value given some string.
Returns:
false if the string was not parseable.
Generated on Fri Mar 30 2012 14:30:32 for VISH by
1.7.5