libpsynth 0.2.1
Public Member Functions | Protected Member Functions
psynth::graph::typed_in_control_base< T > Class Template Reference

#include <control.hpp>

Inheritance diagram for psynth::graph::typed_in_control_base< T >:
Inheritance graph
[legend]
Collaboration diagram for psynth::graph::typed_in_control_base< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const T & get () const =0
virtual const T & rt_get () const =0
virtual void set (const T &)=0
void str (const std::string &s)
std::string str () const
base::type_value type () const

Protected Member Functions

 typed_in_control_base (const std::string &name, node *owner)

template<typename T>
class psynth::graph::typed_in_control_base< T >


Constructor & Destructor Documentation

template<typename T>
psynth::graph::typed_in_control_base< T >::typed_in_control_base ( const std::string &  name,
node owner 
) [inline, protected]

Member Function Documentation

template<typename T>
virtual const T& psynth::graph::typed_in_control_base< T >::get ( ) const [pure virtual]
template<typename T>
virtual const T& psynth::graph::typed_in_control_base< T >::rt_get ( ) const [pure virtual]
template<typename T>
virtual void psynth::graph::typed_in_control_base< T >::set ( const T &  ) [pure virtual]
template<typename T>
void psynth::graph::typed_in_control_base< T >::str ( const std::string &  s) [inline, virtual]
template<typename T>
std::string psynth::graph::typed_in_control_base< T >::str ( ) const [inline, virtual]
template<typename T>
base::type_value psynth::graph::typed_in_control_base< T >::type ( ) const [inline, virtual]

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