AVBlocks for C++  1.9
Audio and Video Software Development Kit
StringParameter Class Reference

The parameter represents an untyped value which is stored in a char_t string. More...

Inherits Parameter.

List of all members.

Public Member Functions

virtual const char_t * value () const =0
 Returns the parameter value.
virtual void setValue (const char_t *value)=0
 Sets the parameter value.

Detailed Description

The parameter represents an untyped value which is stored in a char_t string.

The parameter name constant documents how this value should be interpreted.


Member Function Documentation

virtual void setValue ( const char_t *  value) [pure virtual]

Sets the parameter value.

Parameters:
value[in] A pointer to zero terminated string. If NULL it is interpreted as if an empty string is provided. The string pointed by value is copied internally and is not required to be valid after the method returns.
virtual const char_t* value ( ) const [pure virtual]

Returns the parameter value.

Returns:
A pointer to zero terminated string. The returned pointer cannot be NULL but the string can be empty.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator