#include <stddef.h>
#include "common/MString.h"
#include "iokernel_messages.h"
Defines | |
#define | sf_only |
#define | sf_shared |
#define | sf_owned |
#define | sf_refed |
#define | sf_tricky |
#define | sf_mutable |
#define | SHARED |
#define | UNSHARED |
#define | NON_CONST |
#define | TRICKY |
#define | SUIF_ALLOCATE( x ) (new x) |
#define | SUIF_DEALLOCATE( x ) ( delete x ) |
Typedefs | |
typedef unsigned char | Byte |
typedef unsigned int | AddressId |
typedef void* | Address |
typedef const void* | ConstAddress |
typedef void (* | ConstructorFunction )( Address address_of_where_to_generate_object ) |
typedef void (* | DestructorFunction )( const ObjectWrapper &obj ) |
typedef int | MetaClassId |
Functions | |
void | emptyConstructorFunction ( Address place ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|