Csound and CsoundAC API
5.17
|
#include <cs_par_dispatch.h>
Data Fields | |
union { | |
struct { | |
INSDS * insds | |
struct dag_node_t * insds_chain_next | |
struct instr_semantics_t * instr | |
} | |
struct { | |
int count | |
struct dag_node_t ** nodes | |
} | |
}; | |
struct dag_base_t | hdr |
union { ... } |
int dag_node_t::count |
struct dag_base_t dag_node_t::hdr |
INSDS* dag_node_t::insds |
struct dag_node_t* dag_node_t::insds_chain_next |
struct instr_semantics_t* dag_node_t::instr |
struct dag_node_t** dag_node_t::nodes |