#include <falcon/setup.h>
#include <falcon/types.h>
#include <falcon/itemlist.h>
#include <falcon/string.h>
#include <falcon/traits.h>
#include <falcon/mt.h>
#include <falcon/falconobject.h>
Go to the source code of this file.
Classes | |
class | Falcon::CoreSlot |
Slot for messages sent around by the VM. More... | |
class | Falcon::CoreSlotCarrier |
Class taking care of finalizing the core slots when they are published to scripts. More... | |
class | Falcon::CoreSlotPtrTraits |
Traits for the core slots. More... | |
Namespaces | |
namespace | Falcon |
CONST. | |
namespace | Falcon::traits |
Functions | |
bool | Falcon::coreslot_broadcast_internal (VMachine *vm) |
CoreObject * | Falcon::CoreSlotFactory (const CoreClass *cls, void *user_data, bool bDeserial) |
CoreSlotPtrTraits & | Falcon::traits::t_coreslotptr () |