temu_ObjectIface Struct Reference

#include <temu-c/Support/Objsys.h>


Data Fields

void(* serialise )(void *Obj, const char *BaseName, void *Ctxt)
void(* deserialise )(void *Obj, const char *BaseName, void *Ctxt)
int(* checkSanity )(void *Obj, int Report)


Detailed Description

Generic object interface The object interface provides generic functionality such as serialisation and sanity checking support.

Definition at line 683 of file Objsys.h.


Field Documentation

void(* temu_ObjectIface::serialise)(void *Obj, const char *BaseName, void *Ctxt)

void(* temu_ObjectIface::deserialise)(void *Obj, const char *BaseName, void *Ctxt)

int(* temu_ObjectIface::checkSanity)(void *Obj, int Report)

Return zero if the object is connected as expected, return non-zero if the object is not fully connected the default check will ensure that all the Interface references are connected, but does not care about optional interfaces or


The documentation for this struct was generated from the following file:

Generated on Wed May 27 11:00:04 2015 for T-EMU by  doxygen 1.5.6