|
libpsynth 0.2.1
|
#include <port.hpp>


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_meta & | meta () const |
| typedef T psynth::graph::out_port< T >::port_type |
Reimplemented from psynth::graph::typed_out_port_base< T >.
Reimplemented in psynth::graph::forward_port_impl< soft_buffer_in_port< T >, buffer_out_port< T > >, psynth::graph::forward_port_impl< in_port< T >, out_port< T > >, and psynth::graph::forward_port_impl< buffer_in_port< T >, buffer_out_port< T > >.
| psynth::graph::out_port< T >::out_port | ( | std::string | name, |
| node * | owner, | ||
| const T & | value = T() |
||
| ) | [inline] |
| const port_meta& psynth::graph::out_port< T >::meta | ( | ) | const [inline, virtual] |
| T& psynth::graph::out_port< T >::rt_get_out | ( | ) | [inline, virtual] |
Implements psynth::graph::typed_out_port_base< T >.
| const T& psynth::graph::out_port< T >::rt_get_out | ( | ) | const [inline, virtual] |
Implements psynth::graph::typed_out_port_base< T >.
Reimplemented in psynth::graph::forward_port_impl< soft_buffer_in_port< T >, buffer_out_port< T > >, psynth::graph::forward_port_impl< in_port< T >, out_port< T > >, and psynth::graph::forward_port_impl< buffer_in_port< T >, buffer_out_port< T > >.
1.7.4