Up

Types and Constants

Authors

Richard Frith-Macdonald

Contents -

  1. Type index
  2. Variable index
  3. Constant index
  4. GSCategories types
  5. GSIArray types
  6. GSIMap types
  7. GSObjCRuntime types
  8. GSUnion types
  9. GCObject types
  10. GSIArray variables
  11. GSIMap variables

Type index

Type

Variable index

Variable

Constant index

GSCategories types

NSGNUstepStringEncoding

typedef enum _NSGNUstepStringEncoding NSGNUstepStringEncoding;

Description forthcoming.


GSIArray types

GSIArray

typedef struct _GSIArray* GSIArray;

Description forthcoming.


GSIArray_t

typedef struct _GSIArray GSIArray_t;

Description forthcoming.


GSIMap types

GSIMapBucket

typedef GSIMapBucket_t* GSIMapBucket;

Description forthcoming.


GSIMapBucket_t

typedef struct _GSIMapBucket GSIMapBucket_t;

Description forthcoming.


GSIMapEnumerator

typedef GSIMapEnumerator_t* GSIMapEnumerator;

Description forthcoming.


GSIMapEnumerator_t

typedef struct _GSIMapEnumerator GSIMapEnumerator_t;

Description forthcoming.


GSIMapNode

typedef GSIMapNode_t* GSIMapNode;

Description forthcoming.


GSIMapNode_t

typedef struct _GSIMapNode GSIMapNode_t;

Description forthcoming.


GSIMapTable

typedef GSIMapTable_t* GSIMapTable;

Description forthcoming.


GSIMapTable_t

typedef struct _GSIMapTable GSIMapTable_t;

Description forthcoming.


_GSIE

typedef struct _GSIMapEnumerator* _GSIE;

Description forthcoming.


GSObjCRuntime types

GSIVar

typedef struct objc_ivar* GSIVar;

Description forthcoming.


GSMethod

typedef struct objc_method* GSMethod;

Description forthcoming.


GSUnion types

GSUNION

typedef union ... GSUNION;

Description forthcoming.


GCObject types

gcInfo

typedef struct ... gcInfo;

Description forthcoming.


GSIArray variables

struct _GSIArray

struct _GSIArray struct _GSIArray;

Description forthcoming.


GSIMap variables

struct _GSIMapBucket

struct _GSIMapBucket struct _GSIMapBucket;

Description forthcoming.


struct _GSIMapNode

struct _GSIMapNode struct _GSIMapNode;

Description forthcoming.


struct _GSIMapTable

struct _GSIMapTable struct _GSIMapTable;

Description forthcoming.



Up