Guitarix
|
#include <gx_jack.h>
Public Member Functions | |
PortConnData () | |
PortConnData (const char *a, const char *b, bool conn) | |
~PortConnData () | |
Public Attributes | |
const char * | name_a |
const char * | name_b |
bool | connect |
|
inline |
bool gx_jack::PortConnData::connect |
Definition at line 50 of file gx_jack.h.
Referenced by gx_jack::PortConnRing::pop().
const char* gx_jack::PortConnData::name_a |
Definition at line 48 of file gx_jack.h.
Referenced by gx_jack::PortConnRing::pop().
const char* gx_jack::PortConnData::name_b |
Definition at line 49 of file gx_jack.h.
Referenced by gx_jack::PortConnRing::pop().