Guitarix
gx_jack::PortConnData Struct Reference

#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
 

Detailed Description

Definition at line 48 of file gx_jack.h.

Constructor & Destructor Documentation

◆ PortConnData() [1/2]

gx_jack::PortConnData::PortConnData ( )
inline

Definition at line 50 of file gx_jack.h.

◆ PortConnData() [2/2]

gx_jack::PortConnData::PortConnData ( const char *  a,
const char *  b,
bool  conn 
)
inline

Definition at line 51 of file gx_jack.h.

◆ ~PortConnData()

gx_jack::PortConnData::~PortConnData ( )
inline

Definition at line 53 of file gx_jack.h.

Member Data Documentation

◆ connect

bool gx_jack::PortConnData::connect

Definition at line 56 of file gx_jack.h.

◆ name_a

const char* gx_jack::PortConnData::name_a

Definition at line 54 of file gx_jack.h.

◆ name_b

const char* gx_jack::PortConnData::name_b

Definition at line 55 of file gx_jack.h.


The documentation for this struct was generated from the following file: