Up

Types and Constants

Authors

Richard Frith-Macdonald

Copyright: (C) 2005 Free Software Foundation, Inc.


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
  12. GSLock variables

Type index

Type

Variable index

Variable

Constant index

GSCategories types

NSGNUstepStringEncoding

typedef enum _NSGNUstepStringEncoding NSGNUstepStringEncoding;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIArray types

GSIArray

typedef struct _GSIArray* GSIArray;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIArray_t

typedef struct _GSIArray GSIArray_t;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMap types

GSIMapBucket

typedef GSIMapBucket_t* GSIMapBucket;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapBucket_t

typedef struct _GSIMapBucket GSIMapBucket_t;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapEnumerator

typedef GSIMapEnumerator_t* GSIMapEnumerator;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapEnumerator_t

typedef struct _GSIMapEnumerator GSIMapEnumerator_t;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapNode

typedef GSIMapNode_t* GSIMapNode;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapNode_t

typedef struct _GSIMapNode GSIMapNode_t;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapTable

typedef GSIMapTable_t* GSIMapTable;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMapTable_t

typedef struct _GSIMapTable GSIMapTable_t;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

_GSIE

typedef struct _GSIMapEnumerator* _GSIE;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSObjCRuntime types

GSIVar

typedef struct objc_ivar* GSIVar;
Availability: BaseAdditions

Description forthcoming.

GSMethod

typedef struct objc_method* GSMethod;
Availability: BaseAdditions

Description forthcoming.

GSMethodList

typedef struct objc_method_list* GSMethodList;
Availability: BaseAdditions

Description forthcoming.

GSUnion types

GSUNION

typedef union ... GSUNION;
Availability: OpenStep

Description forthcoming.

NSInteger

typedef int NSInteger;
Availability: OpenStep

Description forthcoming.

NSUInteger

typedef unsigned int NSUInteger;
Availability: OpenStep

Description forthcoming.

GCObject types

gcInfo

typedef struct ... gcInfo;
Availability: OpenStep

Description forthcoming.

GSIArray variables

struct _GSIArray

struct _GSIArray struct _GSIArray;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSIMap variables

struct _GSIMapBucket

struct _GSIMapBucket struct _GSIMapBucket;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

struct _GSIMapNode

struct _GSIMapNode struct _GSIMapNode;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

struct _GSIMapTable

struct _GSIMapTable struct _GSIMapTable;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

GSLock variables

gnustep_global_lock

NSRecursiveLock* gnustep_global_lock;
Availability: OpenStep

Global lock to be used by classes when operating on any global data that invoke other methods which also access global; thus, creating the potential for deadlock.


Up