Top |
NcRecombCBE * | nc_recomb_cbe_new () |
NcRecombCBE * | nc_recomb_cbe_full_new () |
NcRecombCBE * | nc_recomb_cbe_ref () |
void | nc_recomb_cbe_free () |
void | nc_recomb_cbe_clear () |
void | nc_recomb_cbe_set_cbe () |
NcCBE * | nc_recomb_cbe_peek_cbe () |
NcRecombCBE *
nc_recomb_cbe_new (void
);
Creates a new NcRecombCBE using default properties.
NcRecombCBE *
nc_recomb_cbe_full_new (NcCBE *cbe
);
Creates a new NcRecombCBE using default properties
and cbe
as the Class backend object NcCBE.
NcRecombCBE *
nc_recomb_cbe_ref (NcRecombCBE *recomb_cbe
);
Increases the reference count of recomb_cbe
.
void
nc_recomb_cbe_free (NcRecombCBE *recomb_cbe
);
Decreases the reference count of recomb_cbe
.
void
nc_recomb_cbe_clear (NcRecombCBE **recomb_cbe
);
Decreases the reference count of *recomb_cbe
if
*recomb_cbe
is not NULL, then sets *recomb_cbe
to NULL.
void nc_recomb_cbe_set_cbe (NcRecombCBE *recomb_cbe
,NcCBE *cbe
);
Sets cbe
as the Class backend to be used.
NcCBE *
nc_recomb_cbe_peek_cbe (NcRecombCBE *recomb_cbe
);
Peeks the currently used NcCBE.
“cbe”
property“cbe” NcCBE *
Class backend.
Owner: NcRecombCBE
Flags: Read / Write / Construct Only