libpsynth 0.2.1
Public Types | Public Member Functions
psynth::graph::out_port< T > Class Template Reference

#include <port.hpp>

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

List of all members.

Public Types

typedef T port_type

Public Member Functions

 out_port (std::string name, node *owner, const T &value=T())
T & rt_get_out ()
const T & rt_get_out () const
const port_metameta () const

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


Member Typedef Documentation

template<typename T>
typedef T psynth::graph::out_port< T >::port_type

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T>
const port_meta& psynth::graph::out_port< T >::meta ( ) const [inline, virtual]
template<typename T>
T& psynth::graph::out_port< T >::rt_get_out ( ) [inline, virtual]
template<typename T>
const T& psynth::graph::out_port< T >::rt_get_out ( ) const [inline, virtual]

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