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. GSUnion types
  8. GCObject types
  9. GSIArray variables
  10. 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.


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