1998-09-21 03:22:07 +02:00
|
|
|
/* Interface for the Object class for Objective-C.
|
|
|
|
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
|
|
|
|
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
This file is part of GCC.
|
1998-09-21 03:22:07 +02:00
|
|
|
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
GCC is free software; you can redistribute it and/or modify it
|
1998-09-21 03:22:07 +02:00
|
|
|
under the terms of the GNU General Public License as published by the
|
|
|
|
Free Software Foundation; either version 2, or (at your option) any
|
|
|
|
later version.
|
|
|
|
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
GCC is distributed in the hope that it will be useful, but WITHOUT
|
1998-09-21 03:22:07 +02:00
|
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
|
|
|
License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
Makefile.in, [...]: Replace "GNU CC" with "GCC".
2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".
From-SVN: r67131
2003-05-23 22:04:58 +02:00
|
|
|
along with GCC; see the file COPYING. If not, write to
|
2005-08-17 05:21:42 +02:00
|
|
|
the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
|
|
|
Boston, MA 02110-1301, USA. */
|
1998-09-21 03:22:07 +02:00
|
|
|
|
|
|
|
/* As a special exception, if you link this library with files compiled
|
|
|
|
with GCC to produce an executable, this does not cause the resulting
|
|
|
|
executable to be covered by the GNU General Public License. This
|
|
|
|
exception does not however invalidate any other reasons why the
|
|
|
|
executable file might be covered by the GNU General Public License. */
|
|
|
|
|
|
|
|
#ifndef __object_INCLUDE_GNU
|
|
|
|
#define __object_INCLUDE_GNU
|
|
|
|
|
NXConstStr.h, [...]: Do not include Objective-C headers as system headers.
2005-06-08 David Ayers <d.ayers@inode.at>
* objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/runtime.h, objc/sarray.h, objc/thr.h,
objc/typedstream.h: Do not include Objective-C headers as
system headers.
From-SVN: r100760
2005-06-08 17:13:17 +02:00
|
|
|
#include "objc.h"
|
|
|
|
#include "typedstream.h"
|
2004-08-14 00:23:58 +02:00
|
|
|
|
NXConstStr.h: Update copyright date...
2004-08-12 Ziemowit Laski <zlaski@apple.com>
* objc/NXConstStr.h: Update copyright date; bracket with
'extern "C"' for C++ use; make include syntax consistent
by using <...> instead of "..."; hoist <objc/...> includes
above the 'extern "C"' block.
* objc/Object.h: Likewise.
* objc/Protocol.h: Likewise.
* objc/encoding.h: Likewise.
* objc/hash.h: Likewise.
* objc/runtime.h: Likewise.
* objc/sarray.h: Likewise.
* objc/thr.h: Likewise.
* objc/typedstream.h: Likewise.
* objc/objc-api.h: Add 'extern "C"' block for C++ use.
(objc_static_instances): For C++ case, do away with
zero-sized array.
(objc_method): Hoist definition to file scope.
(_objc_load_callback, _objc_object_alloc, class_get_class_method,
class_get_instance_method, class_create_instance,
class_get_class_name, class_get_instance_size,
class_get_meta_class, class_get_super_class, class_get_version,
class_is_class, class_is_meta_class, class_set_version,
class_get_gc_object_type, class_ivar_set_gcinvisible,
get_imp): Rename 'class' parameter to '_class'.
* objc/objc-list.h: Add 'extern "C"' block for C++ use.
* objc/objc.h: Update copyright date.
(arglist_t): Provide a union tag.
From-SVN: r85927
2004-08-13 04:06:37 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
1998-09-21 03:22:07 +02:00
|
|
|
/*
|
|
|
|
* All classes are derived from Object. As such,
|
|
|
|
* this is the overhead tacked onto those objects.
|
|
|
|
*/
|
|
|
|
@interface Object
|
|
|
|
{
|
|
|
|
Class isa; /* A pointer to the instance's class structure */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Initializing classes and instances */
|
|
|
|
+ initialize;
|
|
|
|
- init;
|
|
|
|
|
|
|
|
/* Creating, freeing, and copying instances */
|
|
|
|
+ new;
|
|
|
|
+ alloc;
|
|
|
|
- free;
|
|
|
|
- copy;
|
|
|
|
- shallowCopy;
|
|
|
|
- deepen;
|
|
|
|
- deepCopy;
|
|
|
|
|
|
|
|
/* Identifying classes */
|
|
|
|
- (Class)class;
|
|
|
|
- (Class)superClass;
|
|
|
|
- (MetaClass)metaClass;
|
|
|
|
- (const char *)name;
|
|
|
|
|
|
|
|
/* Identifying and comparing objects */
|
|
|
|
- self;
|
|
|
|
- (unsigned int)hash;
|
|
|
|
- (BOOL)isEqual:anObject;
|
|
|
|
- (int)compare:anotherObject;
|
|
|
|
|
|
|
|
/* Testing object type */
|
|
|
|
- (BOOL)isMetaClass;
|
|
|
|
- (BOOL)isClass;
|
|
|
|
- (BOOL)isInstance;
|
|
|
|
|
|
|
|
/* Testing inheritance relationships */
|
|
|
|
- (BOOL)isKindOf:(Class)aClassObject;
|
|
|
|
- (BOOL)isMemberOf:(Class)aClassObject;
|
|
|
|
- (BOOL)isKindOfClassNamed:(const char *)aClassName;
|
|
|
|
- (BOOL)isMemberOfClassNamed:(const char *)aClassName;
|
|
|
|
|
|
|
|
/* Testing class functionality */
|
|
|
|
+ (BOOL)instancesRespondTo:(SEL)aSel;
|
|
|
|
- (BOOL)respondsTo:(SEL)aSel;
|
|
|
|
|
|
|
|
/* Testing protocol conformance */
|
|
|
|
- (BOOL)conformsTo:(Protocol*)aProtocol;
|
|
|
|
|
|
|
|
/* Introspection */
|
|
|
|
+ (IMP)instanceMethodFor:(SEL)aSel;
|
|
|
|
- (IMP)methodFor:(SEL)aSel;
|
|
|
|
+ (struct objc_method_description *)descriptionForInstanceMethod:(SEL)aSel;
|
|
|
|
- (struct objc_method_description *)descriptionForMethod:(SEL)aSel;
|
|
|
|
|
|
|
|
/* Sending messages determined at run time */
|
|
|
|
- perform:(SEL)aSel;
|
|
|
|
- perform:(SEL)aSel with:anObject;
|
|
|
|
- perform:(SEL)aSel with:anObject1 with:anObject2;
|
|
|
|
|
|
|
|
/* Forwarding */
|
|
|
|
- (retval_t)forward:(SEL)aSel :(arglist_t)argFrame;
|
|
|
|
- (retval_t)performv:(SEL)aSel :(arglist_t)argFrame;
|
|
|
|
|
|
|
|
/* Posing */
|
|
|
|
+ poseAs:(Class)aClassObject;
|
|
|
|
- (Class)transmuteClassTo:(Class)aClassObject;
|
|
|
|
|
|
|
|
/* Enforcing intentions */
|
|
|
|
- subclassResponsibility:(SEL)aSel;
|
|
|
|
- notImplemented:(SEL)aSel;
|
|
|
|
- shouldNotImplement:(SEL)aSel;
|
|
|
|
|
|
|
|
/* Error handling */
|
|
|
|
- doesNotRecognize:(SEL)aSel;
|
|
|
|
- error:(const char *)aString, ...;
|
|
|
|
|
|
|
|
/* Archiving */
|
|
|
|
+ (int)version;
|
|
|
|
+ setVersion:(int)aVersion;
|
|
|
|
+ (int)streamVersion: (TypedStream*)aStream;
|
|
|
|
|
|
|
|
- read: (TypedStream*)aStream;
|
|
|
|
- write: (TypedStream*)aStream;
|
|
|
|
- awake;
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
NXConstStr.h: Update copyright date...
2004-08-12 Ziemowit Laski <zlaski@apple.com>
* objc/NXConstStr.h: Update copyright date; bracket with
'extern "C"' for C++ use; make include syntax consistent
by using <...> instead of "..."; hoist <objc/...> includes
above the 'extern "C"' block.
* objc/Object.h: Likewise.
* objc/Protocol.h: Likewise.
* objc/encoding.h: Likewise.
* objc/hash.h: Likewise.
* objc/runtime.h: Likewise.
* objc/sarray.h: Likewise.
* objc/thr.h: Likewise.
* objc/typedstream.h: Likewise.
* objc/objc-api.h: Add 'extern "C"' block for C++ use.
(objc_static_instances): For C++ case, do away with
zero-sized array.
(objc_method): Hoist definition to file scope.
(_objc_load_callback, _objc_object_alloc, class_get_class_method,
class_get_instance_method, class_create_instance,
class_get_class_name, class_get_instance_size,
class_get_meta_class, class_get_super_class, class_get_version,
class_is_class, class_is_meta_class, class_set_version,
class_get_gc_object_type, class_ivar_set_gcinvisible,
get_imp): Rename 'class' parameter to '_class'.
* objc/objc-list.h: Add 'extern "C"' block for C++ use.
* objc/objc.h: Update copyright date.
(arglist_t): Provide a union tag.
From-SVN: r85927
2004-08-13 04:06:37 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
1998-09-21 03:22:07 +02:00
|
|
|
#endif
|