|
libpsynth 0.2.1
|
#include <port.hpp>


Public Member Functions | |
| in_port (std::string name, node *owner) | |
| const port_meta & | meta () const |
| const T & | rt_get_in () const |
| psynth::graph::in_port< T >::in_port | ( | std::string | name, |
| node * | owner | ||
| ) | [inline] |
| const port_meta& psynth::graph::in_port< T >::meta | ( | ) | const [inline, virtual] |
| const T& psynth::graph::in_port< T >::rt_get_in | ( | ) | const [inline, virtual] |
Implements psynth::graph::typed_in_port_base< T >.
Reimplemented in psynth::graph::defaulting_buffer_in_port< T >, psynth::graph::soft_buffer_in_port< Buffer >, psynth::graph::defaulting_buffer_in_port< audio_buffer >, psynth::graph::soft_buffer_in_port< sample_buffer >, and psynth::graph::soft_buffer_in_port< T >.
1.7.4