Core Engine Services


Compounds

struct  Context
struct  CoreFileServer
struct  CoreService
struct  Event
struct  EventListener
struct  EventLoop
struct  ExportInfo
class  Ref
struct  Service
struct  ServiceInfo

Typedefs

typedef ServiceInfo ** ServicesList

Enumerations

enum  ExportType {
  F4_X_INTERFACE, F4_X_METHOD, F4_X_CONST_INT, F4_X_PROP_BOOL,
  F4_X_PROP_DOUBLE, F4_X_PROP_FLOAT, F4_X_PROP_INT, F4_X_PROP_PTR,
  F4_X_PROP_SERVICE, F4_X_PROP_STRING, F4_X_PROP_VECTOR
}

Detailed Description

The Core services provide the foundation for the engine to build upon.

Typedef Documentation

typedef ServiceInfo** ServicesList
 

A list of services, used to return the contents of a DLL package.


Enumeration Type Documentation

enum ExportType
 

The types of exports supported by the binding system.

Enumeration values:
F4_X_INTERFACE  An interface referencing a sublist of exports.
F4_X_METHOD  A class method.
F4_X_CONST_INT  A constant integer value.
F4_X_PROP_BOOL  A boolean property.
F4_X_PROP_DOUBLE  A double precision numeric property.
F4_X_PROP_FLOAT  A single precision numeric property.
F4_X_PROP_INT  An integer property.
F4_X_PROP_PTR  A C pointer property.
F4_X_PROP_SERVICE  A service instance property.
F4_X_PROP_STRING  A string property.
F4_X_PROP_VECTOR  A vector property.


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen