|
LMMS
|
#include <ports.h>
Public Member Functions | |
| ClonePorts (const Ports &p, std::initializer_list< ClonePort > c) | |
| Public Member Functions inherited from rtosc::Ports | |
| itr_t | begin () const |
| itr_t | end () const |
| size_t | size () const |
| const Port & | operator[] (unsigned i) const |
| Ports (std::initializer_list< Port > l) | |
| ~Ports (void) | |
| Ports (const Ports &)=delete | |
| void | dispatch (const char *m, RtData &d, bool base_dispatch=false) const |
| const Port * | operator[] (const char *name) const |
| const Port * | apropos (const char *path) const |
Additional Inherited Members | |
| Public Types inherited from rtosc::Ports | |
| typedef std::vector< Port >::const_iterator | itr_t |
| Static Public Member Functions inherited from rtosc::Ports | |
| static char * | collapsePath (char *p) |
| Public Attributes inherited from rtosc::Ports | |
| std::vector< Port > | ports |
| std::function< void(msg_t, RtData &)> | default_handler |
| Protected Member Functions inherited from rtosc::Ports | |
| void | refreshMagic (void) |