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

#include <port.hpp>

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

List of all members.

Public Types

typedef T port_type

Public Member Functions

virtual T & rt_get_out ()=0
virtual const T & rt_get_out () const =0
base::type_value type () const

Protected Member Functions

 typed_out_port_base (std::string name, node *owner)

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T>
virtual T& psynth::graph::typed_out_port_base< T >::rt_get_out ( ) [pure virtual]
template<typename T>
virtual const T& psynth::graph::typed_out_port_base< T >::rt_get_out ( ) const [pure virtual]
template<typename T>
base::type_value psynth::graph::typed_out_port_base< T >::type ( ) const [inline, virtual]

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