bam_plp_constructor

bam_plp_constructor() - sets a callback to initialise any per-pileup1_t fields. @plp: The bam_plp_t initialised using bam_plp_init. @func: The callback function itself. When called, it is given the data argument (specified in bam_plp_init), the bam structure and a pointer to a locally allocated bam_pileup_cd union. This union will also be present in each bam_pileup1_t created.

extern (C)
void
bam_plp_constructor
(,
int function
(
void* data
,
const(bam1_t)* b
,)
func
)

Meta