#include "object.h"
#include "iokernel_forwarders.h"
#include "walker.h"
#include "meta_class_iter.h"
Go to the source code of this file.
Compounds | |
class | MetaClass |
class | MetaClassApplier |
Defines | |
#define | OFFSETOF( CLASSNAME, MEMBERNAME ) ((size_t)(&((CLASSNAME*)0)->MEMBERNAME)) |
Typedefs | |
typedef void (* | InitializerFunction )( const ObjectWrapper &obj, bool is_owned, InputStream* input_stream ) |
|
|