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

#include <control.hpp>

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

List of all members.

Public Member Functions

virtual const T & get () const =0
virtual void rt_set (const T &val, rt_process_context &ctx)=0
virtual const T & rt_get () const =0
base::type_value type () const
std::string str () const

Protected Member Functions

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

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


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T >
virtual const T& psynth::graph::typed_out_control_base< T >::get ( ) const [pure virtual]
template<typename T >
virtual const T& psynth::graph::typed_out_control_base< T >::rt_get ( ) const [pure virtual]
template<typename T >
virtual void psynth::graph::typed_out_control_base< T >::rt_set ( const T &  val,
rt_process_context ctx 
) [pure virtual]
template<typename T >
std::string psynth::graph::typed_out_control_base< T >::str ( ) const [inline, virtual]
template<typename T >
base::type_value psynth::graph::typed_out_control_base< T >::type ( ) const [inline, virtual]

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