Public Member Functions | |
ProbeRequestSeq (unsigned int n=0) | |
![]() | |
Sequence (unsigned int n=0) | |
Sequence (const Sequence &sh) | |
Sequence (const BoxedType &cs) | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
void | take (CSeq *cs) |
CSeq * | steal () |
CSeq * | c_ptr () const |
void | resize (unsigned int n) |
::Bse::ProbeRequestHandle & | operator[] (unsigned int index) |
const ::Bse::ProbeRequestHandle & | operator[] (unsigned int index) const |
Sequence & | operator+= (const ::Bse::ProbeRequestHandle &elm) |
void | set_boxed (const CSeq *cs) |
Sequence & | operator= (const Sequence &sh) |
unsigned int | length () const |
Static Public Member Functions | |
static inline::Bse::ProbeRequestSeq | from_seq (SfiSeq *seq) |
static SfiSeq * | to_seq (const ::Bse::ProbeRequestSeq &seq) |
static inline::Bse::ProbeRequestSeq | value_get_boxed (const GValue *value) |
static void | value_set_boxed (GValue *value, const ::Bse::ProbeRequestSeq &self) |
static const char * | options () |
static const char * | blurb () |
static const char * | authors () |
static const char * | license () |
static const char * | type_name () |
static GParamSpec * | get_element () |
![]() | |
static gpointer | boxed_copy (gpointer data) |
static void | boxed_free (gpointer data) |
Public Attributes | |
ProbeRequest | probe_requests |
Additional Inherited Members | |
![]() | |
typedef ::Bse::ProbeRequestHandle * | iterator |
typedef const ::Bse::ProbeRequestHandle * | const_iterator |
typedef CSeq | BoxedType |