#include <port.hpp>
List of all members.
Constructor & Destructor Documentation
| psynth::graph::in_port_base::in_port_base |
( |
std::string |
name, |
|
|
graph::node * |
owner |
|
) |
| [protected] |
Member Function Documentation
| void psynth::graph::in_port_base::_connect |
( |
out_port_base * |
source | ) |
[protected] |
Tools useful for derivates overriding connect.
- See also:
- soft_buffer_port.
| void psynth::graph::in_port_base::_rt_connect |
( |
out_port_base * |
source | ) |
[protected] |
| void psynth::graph::in_port_base::_user_connect |
( |
out_port_base * |
source | ) |
[protected] |
| void psynth::graph::in_port_base::connect |
( |
out_port_base & |
port | ) |
[virtual] |
| bool psynth::graph::in_port_base::connected |
( |
| ) |
const [inline] |
| void psynth::graph::in_port_base::disconnect |
( |
| ) |
[virtual] |
| bool psynth::graph::in_port_base::rt_connected |
( |
| ) |
const [inline] |
| bool psynth::graph::in_port_base::rt_in_available |
( |
| ) |
const [virtual] |
| const out_port_base& psynth::graph::in_port_base::rt_source |
( |
| ) |
const [inline] |
| out_port_base& psynth::graph::in_port_base::rt_source |
( |
| ) |
[inline] |
| const out_port_base& psynth::graph::in_port_base::source |
( |
| ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/raskolnikov/dev/psynth/trunk/src/psynth/new_graph/port.hpp
- /home/raskolnikov/dev/psynth/trunk/src/psynth/new_graph/port.cpp