List of all members.
Public Member Functions |
| RecordHandle (InitializationType t=INIT_NULL) |
| RecordHandle (const RecordHandle &rh) |
| RecordHandle (const Type &rec) |
RecordHandle & | operator= (const Type &rec) |
void | set_boxed (Type *rec) |
void | take (Type *rec) |
Type * | steal () |
Type * | c_ptr () const |
RecordHandle & | operator= (const RecordHandle &src) |
Type * | operator-> () |
const Type * | operator-> () const |
Type & | operator* () |
const Type & | operator* () const |
Type & | operator[] (unsigned int index) |
bool | is_null () const |
| operator bool () const |
Static Public Member Functions |
static gpointer | boxed_copy (gpointer data) |
static void | boxed_free (gpointer data) |
static RecordHandle | value_get_boxed (const GValue *value) |
static void | value_set_boxed (GValue *value, const RecordHandle &self) |
template<typename Type>
class Sfi::RecordHandle< Type >
The documentation for this class was generated from the following file: