libpsynth 0.2.1
Public Member Functions | Protected Member Functions
psynth::graph::detail::out_control_impl< T, IsFundamental > Class Template Reference

#include <control.hpp>

Inheritance diagram for psynth::graph::detail::out_control_impl< T, IsFundamental >:
Inheritance graph
[legend]
Collaboration diagram for psynth::graph::detail::out_control_impl< T, IsFundamental >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const T & get () const
const T & rt_get () const
void rt_set (const T &val, rt_process_context &ctx)

Protected Member Functions

 out_control_impl (const std::string &name, node *owner, T val)

template<typename T, bool IsFundamental>
class psynth::graph::detail::out_control_impl< T, IsFundamental >


Constructor & Destructor Documentation

template<typename T, bool IsFundamental>
psynth::graph::detail::out_control_impl< T, IsFundamental >::out_control_impl ( const std::string &  name,
node owner,
val 
) [inline, protected]

Member Function Documentation

template<typename T, bool IsFundamental>
const T& psynth::graph::detail::out_control_impl< T, IsFundamental >::get ( ) const [inline, virtual]
template<typename T, bool IsFundamental>
const T& psynth::graph::detail::out_control_impl< T, IsFundamental >::rt_get ( ) const [inline, virtual]
template<typename T, bool IsFundamental>
void psynth::graph::detail::out_control_impl< T, IsFundamental >::rt_set ( const T &  val,
rt_process_context ctx 
) [inline, virtual]

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