1998-09-21 01:22:07 +00:00
|
|
|
/* GNU Objective-C Runtime API.
|
2009-03-12 22:28:15 +00:00
|
|
|
Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
|
|
|
|
2007, 2009 Free Software Foundation, Inc.
|
1998-09-21 01:22:07 +00: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 20:04:58 +00:00
|
|
|
This file is part of GCC.
|
1998-09-21 01:22:07 +00: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 20:04:58 +00:00
|
|
|
GCC is free software; you can redistribute it and/or modify it
|
1998-09-21 01:22:07 +00:00
|
|
|
under the terms of the GNU General Public License as published by the
|
2009-04-09 17:00:19 +02:00
|
|
|
Free Software Foundation; either version 3, or (at your option) any
|
1998-09-21 01:22:07 +00:00
|
|
|
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 20:04:58 +00:00
|
|
|
GCC is distributed in the hope that it will be useful, but WITHOUT
|
1998-09-21 01:22:07 +00: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.
|
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
Under Section 7 of GPL version 3, you are granted additional
|
|
|
|
permissions described in the GCC Runtime Library Exception, version
|
|
|
|
3.1, as published by the Free Software Foundation.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License and
|
|
|
|
a copy of the GCC Runtime Library Exception along with this program;
|
|
|
|
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
|
|
<http://www.gnu.org/licenses/>. */
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef __objc_api_INCLUDE_GNU
|
|
|
|
#define __objc_api_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"
|
2010-09-17 16:35:15 +00:00
|
|
|
#ifndef GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF
|
|
|
|
# include "deprecated/hash.h"
|
|
|
|
#endif
|
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 "thr.h"
|
|
|
|
#include "objc-decls.h"
|
2004-08-13 22:23:58 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdarg.h>
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2004-06-25 04:31:51 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
2010-10-09 22:22:23 +00:00
|
|
|
#include "deprecated/METHOD_NULL.h"
|
|
|
|
|
2007-04-09 18:04:50 +00:00
|
|
|
/* Method descriptor returned by introspective Object methods.
|
|
|
|
This is really just the first part of the more complete objc_method
|
|
|
|
structure defined below and used internally by the runtime. */
|
1998-09-21 01:22:07 +00:00
|
|
|
struct objc_method_description
|
|
|
|
{
|
|
|
|
SEL name; /* this is a selector, not a string */
|
|
|
|
char *types; /* type encoding */
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Filer types used to describe Ivars and Methods. */
|
|
|
|
#define _C_ID '@'
|
|
|
|
#define _C_CLASS '#'
|
|
|
|
#define _C_SEL ':'
|
|
|
|
#define _C_CHR 'c'
|
|
|
|
#define _C_UCHR 'C'
|
|
|
|
#define _C_SHT 's'
|
|
|
|
#define _C_USHT 'S'
|
|
|
|
#define _C_INT 'i'
|
|
|
|
#define _C_UINT 'I'
|
|
|
|
#define _C_LNG 'l'
|
|
|
|
#define _C_ULNG 'L'
|
|
|
|
#define _C_LNG_LNG 'q'
|
|
|
|
#define _C_ULNG_LNG 'Q'
|
|
|
|
#define _C_FLT 'f'
|
|
|
|
#define _C_DBL 'd'
|
In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
* doc/objc.texi (Type encoding): Added the new 'long double' (D)
code. Added byref, which was missing in the list of codes.
Explain that enumeration values are encoded as the integer type
that the compiler uses to store them. Explain and make examples
of how 'const' interacts with pointers, and the complication of
the encoding of 'const char *'.
(Legacy type encoding): New subsection, explaining that GCC emits
incorrect type encodings for the NeXT runtime for compatibility
reasons.
(@@encode): New subsection, explaining @encode and particularly
that protocol qualifiers are not recognized inside an @encode()
expression.
(Method signatures): New subsection, explaining how method
signatures are encoded.
In gcc/objc/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/45763
PR objc/25450
PR objc/25464
* objc-act.c: Improved comments for encoding functions.
(encode_aggregate_within): For the GNU runtime, rewritten some
obsfuscated code to clarify the various cases.
(encode_aggregate): Function removed.
(encode_array): Generate an error if asked to encode an incomplete
array as part of generating instance variables. Else, when
encoding an incomplete array inside a structure, encode it as an
array of zero size.
(encode_pointer): For the GNU runtime, fixed encoding 'BOOL *' as
'^c' instead of '*'.
(encode_gnu_bitfield): Encode enumerated types exactly in the same
type as integer types instead of using a hardcoded 'i'. If asked
to encode a non-integer type as a bitfield, do not abort
compilation immediately; instead generate an error, then skip the
type.
(encode_type): Use a 'switch' instead of a sequence of 'if's.
Added a 'default' clause that gets executed if the type can not be
matched, and that encodes it as '?' (unknown) and produces a
warning. For the GNU runtime, encode enumerated types exactly in
the same way as integer types instead of using a hardcoded 'i'.
Encode long double as 'D'. Encode 128-bit integers as 'T' or 't'.
Encode C++ reference types as pointers. Call encode_vector to
encode vectors.
(encode_vector): New function.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers. I modified the
changes to be used only when compiling for the NeXT runtime.
2005-10-10 Fariborz Jahanian <fjahanian@apple.com>
Radar 4301047
* objc-act.c (encode_type): Remove the hack.
2005-07-20 Ziemowit Laski <zlaski@apple.com>
Radar 4136935
* objc-act.c (pointee_is_readonly): New function.
(encode_pointer, encode_aggregate_within, encode_type):
Attempt to emulate GCC 3.3 when generating type encodings.
In gcc/testsuite/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25464
* objc.dg/type-size-3.m: New test.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/45763
* objc.dg/encode-1.m: Execute the test with the GNU runtime as
well.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25450
* objc.dg/encode-3.m: Updated for fix of encoding of enums.
* objc.dg/type-size-2.m: Same change.
* obj-c++.dg/encode-5.mm: Same change.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers. The original
Changelogs are below.
* objc.dg/encode-6.m: Execute the test only with the GNU runtime.
* objc.dg/encode-6-next.m: New file (from encode-6.m in the
branch).
* objc.dg/encode-7-next.m: New file (from encode-7.m in the
branch).
* objc.dg/encode-7-next-64bit.m: New file (from encode-7-64bit.m
in the branch).
* objc.dg/proto-qual-1.m: Test the 3.3 ABI on NeXT (from
proto-qual-1.m in the branch) and the normal ABI on GNU.
* objc.dg/threedotthree-abi-1.m: New file (from the branch). Run
the test only with the NeXT runtime.
* obj-c++/encode-1.mm: Execute the test only with the GNU runtime.
* obj-c++/encode-1-next.mm: New file (from encode-1.mm in the
branch).
* obj-c++.dg/threedotthree-abi-1.mm: New file (from the branch).
Run the test only with the NeXT runtime.
2006-03-30 Fariborz Jahanian <fjahanian@apple.com>
Radar 4492973
* objc.dg/encode-7-64bit.m: New.
* objc.dg/encode-7.m: Skip if -m64.
2005-10-19 Fariborz Jahanian <fjahanian@apple.com>
Radar 4301047
* objc.dg/proto-qual-1.m: Fix test to match 3.3 ABI
* obj-c++.dg/threedotthree-abi-1.mm: New
* objc.dg/threedotthree-abi-1.m: New
2005-07-20 Ziemowit Laski <zlaski@apple.com>
Radar 4136935
* obj-c++.dg/encode-1.mm: Tweak encodings to match fix.
* objc.dg/encode-6.m: Likewise.
* objc.dg/encode-7.m: New test case.
In libobjc/:
2010-09-26 Nicola Pero <nicola.pero@meta-innovation.com>
* encoding.c (objc_sizeof_type): Added support for vector type and
for double long types.
(objc_alignof_type): Same change.
(objc_skip_typespec): Same change.
* objc/encoding.h (_C_GCINVISIBLE): Use '|' for _C_GCINVISIBLE
instead of '!' since '!' is already used for _C_VECTOR.
* objc/objc-api.h (_C_LNG_DBL): Added.
From-SVN: r164659
2010-09-27 19:22:13 +00:00
|
|
|
#define _C_LNG_DBL 'D'
|
1998-09-21 01:22:07 +00:00
|
|
|
#define _C_BFLD 'b'
|
In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
* doc/objc.texi (Type encoding): Added the new 'long double' (D)
code. Added byref, which was missing in the list of codes.
Explain that enumeration values are encoded as the integer type
that the compiler uses to store them. Explain and make examples
of how 'const' interacts with pointers, and the complication of
the encoding of 'const char *'.
(Legacy type encoding): New subsection, explaining that GCC emits
incorrect type encodings for the NeXT runtime for compatibility
reasons.
(@@encode): New subsection, explaining @encode and particularly
that protocol qualifiers are not recognized inside an @encode()
expression.
(Method signatures): New subsection, explaining how method
signatures are encoded.
In gcc/objc/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/45763
PR objc/25450
PR objc/25464
* objc-act.c: Improved comments for encoding functions.
(encode_aggregate_within): For the GNU runtime, rewritten some
obsfuscated code to clarify the various cases.
(encode_aggregate): Function removed.
(encode_array): Generate an error if asked to encode an incomplete
array as part of generating instance variables. Else, when
encoding an incomplete array inside a structure, encode it as an
array of zero size.
(encode_pointer): For the GNU runtime, fixed encoding 'BOOL *' as
'^c' instead of '*'.
(encode_gnu_bitfield): Encode enumerated types exactly in the same
type as integer types instead of using a hardcoded 'i'. If asked
to encode a non-integer type as a bitfield, do not abort
compilation immediately; instead generate an error, then skip the
type.
(encode_type): Use a 'switch' instead of a sequence of 'if's.
Added a 'default' clause that gets executed if the type can not be
matched, and that encodes it as '?' (unknown) and produces a
warning. For the GNU runtime, encode enumerated types exactly in
the same way as integer types instead of using a hardcoded 'i'.
Encode long double as 'D'. Encode 128-bit integers as 'T' or 't'.
Encode C++ reference types as pointers. Call encode_vector to
encode vectors.
(encode_vector): New function.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers. I modified the
changes to be used only when compiling for the NeXT runtime.
2005-10-10 Fariborz Jahanian <fjahanian@apple.com>
Radar 4301047
* objc-act.c (encode_type): Remove the hack.
2005-07-20 Ziemowit Laski <zlaski@apple.com>
Radar 4136935
* objc-act.c (pointee_is_readonly): New function.
(encode_pointer, encode_aggregate_within, encode_type):
Attempt to emulate GCC 3.3 when generating type encodings.
In gcc/testsuite/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25464
* objc.dg/type-size-3.m: New test.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/45763
* objc.dg/encode-1.m: Execute the test with the GNU runtime as
well.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25450
* objc.dg/encode-3.m: Updated for fix of encoding of enums.
* objc.dg/type-size-2.m: Same change.
* obj-c++.dg/encode-5.mm: Same change.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers. The original
Changelogs are below.
* objc.dg/encode-6.m: Execute the test only with the GNU runtime.
* objc.dg/encode-6-next.m: New file (from encode-6.m in the
branch).
* objc.dg/encode-7-next.m: New file (from encode-7.m in the
branch).
* objc.dg/encode-7-next-64bit.m: New file (from encode-7-64bit.m
in the branch).
* objc.dg/proto-qual-1.m: Test the 3.3 ABI on NeXT (from
proto-qual-1.m in the branch) and the normal ABI on GNU.
* objc.dg/threedotthree-abi-1.m: New file (from the branch). Run
the test only with the NeXT runtime.
* obj-c++/encode-1.mm: Execute the test only with the GNU runtime.
* obj-c++/encode-1-next.mm: New file (from encode-1.mm in the
branch).
* obj-c++.dg/threedotthree-abi-1.mm: New file (from the branch).
Run the test only with the NeXT runtime.
2006-03-30 Fariborz Jahanian <fjahanian@apple.com>
Radar 4492973
* objc.dg/encode-7-64bit.m: New.
* objc.dg/encode-7.m: Skip if -m64.
2005-10-19 Fariborz Jahanian <fjahanian@apple.com>
Radar 4301047
* objc.dg/proto-qual-1.m: Fix test to match 3.3 ABI
* obj-c++.dg/threedotthree-abi-1.mm: New
* objc.dg/threedotthree-abi-1.m: New
2005-07-20 Ziemowit Laski <zlaski@apple.com>
Radar 4136935
* obj-c++.dg/encode-1.mm: Tweak encodings to match fix.
* objc.dg/encode-6.m: Likewise.
* objc.dg/encode-7.m: New test case.
In libobjc/:
2010-09-26 Nicola Pero <nicola.pero@meta-innovation.com>
* encoding.c (objc_sizeof_type): Added support for vector type and
for double long types.
(objc_alignof_type): Same change.
(objc_skip_typespec): Same change.
* objc/encoding.h (_C_GCINVISIBLE): Use '|' for _C_GCINVISIBLE
instead of '!' since '!' is already used for _C_VECTOR.
* objc/objc-api.h (_C_LNG_DBL): Added.
From-SVN: r164659
2010-09-27 19:22:13 +00:00
|
|
|
#define _C_BOOL 'B'
|
1998-09-21 01:22:07 +00:00
|
|
|
#define _C_VOID 'v'
|
|
|
|
#define _C_UNDEF '?'
|
|
|
|
#define _C_PTR '^'
|
|
|
|
#define _C_CHARPTR '*'
|
|
|
|
#define _C_ARY_B '['
|
|
|
|
#define _C_ARY_E ']'
|
|
|
|
#define _C_UNION_B '('
|
|
|
|
#define _C_UNION_E ')'
|
|
|
|
#define _C_STRUCT_B '{'
|
|
|
|
#define _C_STRUCT_E '}'
|
2001-11-08 18:51:27 +00:00
|
|
|
#define _C_VECTOR '!'
|
In gcc/: 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
In gcc/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
* doc/objc.texi (Type encoding): Added the new 'long double' (D)
code. Added byref, which was missing in the list of codes.
Explain that enumeration values are encoded as the integer type
that the compiler uses to store them. Explain and make examples
of how 'const' interacts with pointers, and the complication of
the encoding of 'const char *'.
(Legacy type encoding): New subsection, explaining that GCC emits
incorrect type encodings for the NeXT runtime for compatibility
reasons.
(@@encode): New subsection, explaining @encode and particularly
that protocol qualifiers are not recognized inside an @encode()
expression.
(Method signatures): New subsection, explaining how method
signatures are encoded.
In gcc/objc/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/45763
PR objc/25450
PR objc/25464
* objc-act.c: Improved comments for encoding functions.
(encode_aggregate_within): For the GNU runtime, rewritten some
obsfuscated code to clarify the various cases.
(encode_aggregate): Function removed.
(encode_array): Generate an error if asked to encode an incomplete
array as part of generating instance variables. Else, when
encoding an incomplete array inside a structure, encode it as an
array of zero size.
(encode_pointer): For the GNU runtime, fixed encoding 'BOOL *' as
'^c' instead of '*'.
(encode_gnu_bitfield): Encode enumerated types exactly in the same
type as integer types instead of using a hardcoded 'i'. If asked
to encode a non-integer type as a bitfield, do not abort
compilation immediately; instead generate an error, then skip the
type.
(encode_type): Use a 'switch' instead of a sequence of 'if's.
Added a 'default' clause that gets executed if the type can not be
matched, and that encodes it as '?' (unknown) and produces a
warning. For the GNU runtime, encode enumerated types exactly in
the same way as integer types instead of using a hardcoded 'i'.
Encode long double as 'D'. Encode 128-bit integers as 'T' or 't'.
Encode C++ reference types as pointers. Call encode_vector to
encode vectors.
(encode_vector): New function.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers. I modified the
changes to be used only when compiling for the NeXT runtime.
2005-10-10 Fariborz Jahanian <fjahanian@apple.com>
Radar 4301047
* objc-act.c (encode_type): Remove the hack.
2005-07-20 Ziemowit Laski <zlaski@apple.com>
Radar 4136935
* objc-act.c (pointee_is_readonly): New function.
(encode_pointer, encode_aggregate_within, encode_type):
Attempt to emulate GCC 3.3 when generating type encodings.
In gcc/testsuite/:
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25464
* objc.dg/type-size-3.m: New test.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/45763
* objc.dg/encode-1.m: Execute the test with the GNU runtime as
well.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
PR objc/25450
* objc.dg/encode-3.m: Updated for fix of encoding of enums.
* objc.dg/type-size-2.m: Same change.
* obj-c++.dg/encode-5.mm: Same change.
2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
Merge from 'apple/trunk' branch on FSF servers. The original
Changelogs are below.
* objc.dg/encode-6.m: Execute the test only with the GNU runtime.
* objc.dg/encode-6-next.m: New file (from encode-6.m in the
branch).
* objc.dg/encode-7-next.m: New file (from encode-7.m in the
branch).
* objc.dg/encode-7-next-64bit.m: New file (from encode-7-64bit.m
in the branch).
* objc.dg/proto-qual-1.m: Test the 3.3 ABI on NeXT (from
proto-qual-1.m in the branch) and the normal ABI on GNU.
* objc.dg/threedotthree-abi-1.m: New file (from the branch). Run
the test only with the NeXT runtime.
* obj-c++/encode-1.mm: Execute the test only with the GNU runtime.
* obj-c++/encode-1-next.mm: New file (from encode-1.mm in the
branch).
* obj-c++.dg/threedotthree-abi-1.mm: New file (from the branch).
Run the test only with the NeXT runtime.
2006-03-30 Fariborz Jahanian <fjahanian@apple.com>
Radar 4492973
* objc.dg/encode-7-64bit.m: New.
* objc.dg/encode-7.m: Skip if -m64.
2005-10-19 Fariborz Jahanian <fjahanian@apple.com>
Radar 4301047
* objc.dg/proto-qual-1.m: Fix test to match 3.3 ABI
* obj-c++.dg/threedotthree-abi-1.mm: New
* objc.dg/threedotthree-abi-1.m: New
2005-07-20 Ziemowit Laski <zlaski@apple.com>
Radar 4136935
* obj-c++.dg/encode-1.mm: Tweak encodings to match fix.
* objc.dg/encode-6.m: Likewise.
* objc.dg/encode-7.m: New test case.
In libobjc/:
2010-09-26 Nicola Pero <nicola.pero@meta-innovation.com>
* encoding.c (objc_sizeof_type): Added support for vector type and
for double long types.
(objc_alignof_type): Same change.
(objc_skip_typespec): Same change.
* objc/encoding.h (_C_GCINVISIBLE): Use '|' for _C_GCINVISIBLE
instead of '!' since '!' is already used for _C_VECTOR.
* objc/objc-api.h (_C_LNG_DBL): Added.
From-SVN: r164659
2010-09-27 19:22:13 +00:00
|
|
|
#define _C_COMPLEX 'j'
|
|
|
|
|
|
|
|
/* The following one is never generated by the compiler. You can
|
|
|
|
treat it as equivalent to "*".
|
|
|
|
*/
|
|
|
|
#define _C_ATOM '%'
|
|
|
|
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-12 00:43:15 +00:00
|
|
|
#include "deprecated/objc_error.h"
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
/* For every class which happens to have statically allocated instances in
|
|
|
|
this module, one OBJC_STATIC_INSTANCES is allocated by the compiler.
|
|
|
|
INSTANCES is NULL terminated and points to all statically allocated
|
|
|
|
instances of this class. */
|
|
|
|
struct objc_static_instances
|
|
|
|
{
|
|
|
|
char *class_name;
|
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 02:06:37 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
id instances[1];
|
|
|
|
#else
|
1998-09-21 01:22:07 +00:00
|
|
|
id instances[0];
|
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 02:06:37 +00:00
|
|
|
#endif
|
1998-09-21 01:22:07 +00:00
|
|
|
};
|
|
|
|
|
2007-04-09 18:04:50 +00:00
|
|
|
/* Whereas a Module (defined further down) is the root (typically) of a file,
|
|
|
|
a Symtab is the root of the class and category definitions within the
|
|
|
|
module.
|
|
|
|
|
|
|
|
A Symtab contains a variable length array of pointers to classes and
|
|
|
|
categories defined in the module. */
|
1998-09-21 01:22:07 +00:00
|
|
|
typedef struct objc_symtab {
|
|
|
|
unsigned long sel_ref_cnt; /* Unknown. */
|
|
|
|
SEL refs; /* Unknown. */
|
|
|
|
unsigned short cls_def_cnt; /* Number of classes compiled
|
|
|
|
(defined) in the module. */
|
|
|
|
unsigned short cat_def_cnt; /* Number of categories
|
|
|
|
compiled (defined) in the
|
|
|
|
module. */
|
|
|
|
|
|
|
|
void *defs[1]; /* Variable array of pointers.
|
|
|
|
cls_def_cnt of type Class
|
|
|
|
followed by cat_def_cnt of
|
|
|
|
type Category_t, followed
|
|
|
|
by a NULL terminated array
|
|
|
|
of objc_static_instances. */
|
|
|
|
} Symtab, *Symtab_t;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The compiler generates one of these structures for each module that
|
|
|
|
** composes the executable (eg main.m).
|
|
|
|
**
|
|
|
|
** This data structure is the root of the definition tree for the module.
|
|
|
|
**
|
|
|
|
** A collect program runs between ld stages and creates a ObjC ctor array.
|
|
|
|
** That array holds a pointer to each module structure of the executable.
|
|
|
|
*/
|
|
|
|
typedef struct objc_module {
|
2010-09-10 17:14:42 +00:00
|
|
|
unsigned long version; /* Version of the Module data structure. */
|
|
|
|
unsigned long size; /* sizeof(Module) according to the compiler -
|
|
|
|
only used to sanity check that it matches
|
|
|
|
sizeof(Module) according to the
|
|
|
|
runtime. */
|
|
|
|
const char* name; /* Name of the file used to compile the
|
|
|
|
module - not set by modern compilers for
|
|
|
|
security reasons. */
|
|
|
|
Symtab_t symtab; /* Pointer to the Symtab of the module. The
|
|
|
|
Symtab holds an array of pointers to the
|
|
|
|
classes and categories defined in the
|
|
|
|
module. */
|
1998-09-21 01:22:07 +00:00
|
|
|
} Module, *Module_t;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The compiler generates one of these structures for a class that has
|
|
|
|
** instance variables defined in its specification.
|
|
|
|
*/
|
2005-10-06 23:47:09 +00:00
|
|
|
typedef struct objc_ivar {
|
1998-09-21 01:22:07 +00:00
|
|
|
const char* ivar_name; /* Name of the instance
|
|
|
|
variable as entered in the
|
|
|
|
class definition. */
|
|
|
|
const char* ivar_type; /* Description of the Ivar's
|
|
|
|
type. Useful for
|
|
|
|
debuggers. */
|
|
|
|
int ivar_offset; /* Byte offset from the base
|
|
|
|
address of the instance
|
|
|
|
structure to the variable. */
|
2005-10-06 23:47:09 +00:00
|
|
|
} *Ivar_t;
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2005-10-06 23:47:09 +00:00
|
|
|
typedef struct objc_ivar_list {
|
|
|
|
int ivar_count; /* Number of structures (Ivar)
|
|
|
|
contained in the list. One
|
|
|
|
structure per instance
|
|
|
|
variable defined in the
|
|
|
|
class. */
|
|
|
|
struct objc_ivar ivar_list[1]; /* Variable length
|
1998-09-21 01:22:07 +00:00
|
|
|
structure. */
|
|
|
|
} IvarList, *IvarList_t;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The compiler generates one (or more) of these structures for a class that
|
|
|
|
** has methods defined in its specification.
|
|
|
|
**
|
|
|
|
** The implementation of a class can be broken into separate pieces in a file
|
|
|
|
** and categories can break them across modules. To handle this problem is a
|
|
|
|
** singly linked list of methods.
|
|
|
|
*/
|
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 02:06:37 +00:00
|
|
|
typedef struct objc_method {
|
|
|
|
SEL method_name; /* This variable is the method's
|
|
|
|
name. It is a char*.
|
|
|
|
The unique integer passed to
|
|
|
|
objc_msg_send is a char* too.
|
|
|
|
It is compared against
|
|
|
|
method_name using strcmp. */
|
|
|
|
const char* method_types; /* Description of the method's
|
|
|
|
parameter list. Useful for
|
|
|
|
debuggers. */
|
|
|
|
IMP method_imp; /* Address of the method in the
|
|
|
|
executable. */
|
|
|
|
} Method, *Method_t;
|
|
|
|
|
1998-09-21 01:22:07 +00:00
|
|
|
typedef struct objc_method_list {
|
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 02:06:37 +00:00
|
|
|
struct objc_method_list* method_next; /* This variable is used to link
|
|
|
|
a method list to another. It
|
|
|
|
is a singly linked list. */
|
|
|
|
int method_count; /* Number of methods defined in
|
|
|
|
this structure. */
|
|
|
|
Method method_list[1]; /* Variable length
|
|
|
|
structure. */
|
1998-09-21 01:22:07 +00:00
|
|
|
} MethodList, *MethodList_t;
|
|
|
|
|
|
|
|
struct objc_protocol_list {
|
|
|
|
struct objc_protocol_list *next;
|
2002-04-09 07:06:18 +00:00
|
|
|
size_t count;
|
1998-09-21 01:22:07 +00:00
|
|
|
Protocol *list[1];
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
** This is used to assure consistent access to the info field of
|
|
|
|
** classes
|
|
|
|
*/
|
|
|
|
#ifndef HOST_BITS_PER_LONG
|
|
|
|
#define HOST_BITS_PER_LONG (sizeof(long)*8)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define __CLS_INFO(cls) ((cls)->info)
|
|
|
|
#define __CLS_ISINFO(cls, mask) ((__CLS_INFO(cls)&mask)==mask)
|
|
|
|
#define __CLS_SETINFO(cls, mask) (__CLS_INFO(cls) |= mask)
|
|
|
|
|
|
|
|
/* The structure is of type MetaClass */
|
|
|
|
#define _CLS_META 0x2L
|
|
|
|
#define CLS_ISMETA(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_META))
|
|
|
|
|
|
|
|
|
|
|
|
/* The structure is of type Class */
|
|
|
|
#define _CLS_CLASS 0x1L
|
|
|
|
#define CLS_ISCLASS(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_CLASS))
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The class is initialized within the runtime. This means that
|
|
|
|
** it has had correct super and sublinks assigned
|
|
|
|
*/
|
|
|
|
#define _CLS_RESOLV 0x8L
|
|
|
|
#define CLS_ISRESOLV(cls) __CLS_ISINFO(cls, _CLS_RESOLV)
|
|
|
|
#define CLS_SETRESOLV(cls) __CLS_SETINFO(cls, _CLS_RESOLV)
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The class has been send a +initialize message or a such is not
|
|
|
|
** defined for this class
|
|
|
|
*/
|
|
|
|
#define _CLS_INITIALIZED 0x04L
|
|
|
|
#define CLS_ISINITIALIZED(cls) __CLS_ISINFO(cls, _CLS_INITIALIZED)
|
|
|
|
#define CLS_SETINITIALIZED(cls) __CLS_SETINFO(cls, _CLS_INITIALIZED)
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The class number of this class. This must be the same for both the
|
|
|
|
** class and its meta class object
|
|
|
|
*/
|
|
|
|
#define CLS_GETNUMBER(cls) (__CLS_INFO(cls) >> (HOST_BITS_PER_LONG/2))
|
|
|
|
#define CLS_SETNUMBER(cls, num) \
|
|
|
|
({ (cls)->info <<= (HOST_BITS_PER_LONG/2); \
|
|
|
|
(cls)->info >>= (HOST_BITS_PER_LONG/2); \
|
|
|
|
__CLS_SETINFO(cls, (((unsigned long)num) << (HOST_BITS_PER_LONG/2))); })
|
|
|
|
|
|
|
|
/*
|
|
|
|
** The compiler generates one of these structures for each category. A class
|
|
|
|
** may have many categories and contain both instance and factory methods.
|
|
|
|
*/
|
|
|
|
typedef struct objc_category {
|
|
|
|
const char* category_name; /* Name of the category. Name
|
|
|
|
contained in the () of the
|
|
|
|
category definition. */
|
|
|
|
const char* class_name; /* Name of the class to which
|
|
|
|
the category belongs. */
|
|
|
|
MethodList_t instance_methods; /* Linked list of instance
|
|
|
|
methods defined in the
|
|
|
|
category. NULL indicates no
|
|
|
|
instance methods defined. */
|
|
|
|
MethodList_t class_methods; /* Linked list of factory
|
|
|
|
methods defined in the
|
|
|
|
category. NULL indicates no
|
|
|
|
class methods defined. */
|
|
|
|
struct objc_protocol_list *protocols; /* List of Protocols
|
|
|
|
conformed to */
|
|
|
|
} Category, *Category_t;
|
|
|
|
|
2010-10-09 20:11:02 +00:00
|
|
|
/* We include message.h for compatibility with the old objc-api.h
|
|
|
|
which included the declarations currently in message.h. The
|
|
|
|
Apple/NeXT runtime does not do this and only include message.h in
|
|
|
|
objc-runtime.h. It does not matter that much since most of the
|
|
|
|
definitions in message.h are runtime-specific. */
|
|
|
|
#include "message.h"
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
** This is a hook which is called by objc_lookup_class and
|
|
|
|
** objc_get_class if the runtime is not able to find the class.
|
|
|
|
** This may e.g. try to load in the class using dynamic loading.
|
|
|
|
** The function is guaranteed to be passed a non-NULL name string.
|
|
|
|
*/
|
2004-05-25 19:10:54 +00:00
|
|
|
objc_EXPORT Class (*_objc_lookup_class)(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
** This is a hook which is called by __objc_exec_class every time a class
|
|
|
|
** or a category is loaded into the runtime. This may e.g. help a
|
|
|
|
** dynamic loader determine the classes that have been loaded when
|
|
|
|
** an object file is dynamically linked in.
|
|
|
|
*/
|
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 02:06:37 +00:00
|
|
|
objc_EXPORT void (*_objc_load_callback)(Class _class, Category* category);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
** Hook functions for allocating, copying and disposing of instances
|
|
|
|
*/
|
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 02:06:37 +00:00
|
|
|
objc_EXPORT id (*_objc_object_alloc)(Class _class);
|
2004-05-25 19:10:54 +00:00
|
|
|
objc_EXPORT id (*_objc_object_copy)(id object);
|
|
|
|
objc_EXPORT id (*_objc_object_dispose)(id object);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
/*
|
2010-09-12 01:44:58 +00:00
|
|
|
Standard functions for memory allocation and disposal. Users should
|
|
|
|
use these functions in their ObjC programs so that they work so that
|
|
|
|
they work properly with garbage collectors.
|
1998-09-21 01:22:07 +00:00
|
|
|
*/
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT void *
|
1998-09-21 01:22:07 +00:00
|
|
|
objc_malloc(size_t size);
|
|
|
|
|
2010-09-12 01:44:58 +00:00
|
|
|
/* FIXME: Shouldn't the following be called objc_malloc_atomic ? The
|
|
|
|
GC function is GC_malloc_atomic() which makes sense.
|
|
|
|
*/
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT void *
|
1998-09-21 01:22:07 +00:00
|
|
|
objc_atomic_malloc(size_t size);
|
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT void *
|
1998-09-21 01:22:07 +00:00
|
|
|
objc_realloc(void *mem, size_t size);
|
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT void *
|
1998-09-21 01:22:07 +00:00
|
|
|
objc_calloc(size_t nelem, size_t size);
|
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT void
|
1998-09-21 01:22:07 +00:00
|
|
|
objc_free(void *mem);
|
|
|
|
|
2010-09-12 01:44:58 +00:00
|
|
|
#include "deprecated/objc_valloc.h"
|
|
|
|
#include "deprecated/objc_malloc.h"
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-11 12:38:56 +00:00
|
|
|
#include "deprecated/objc_unexpected_exception.h"
|
2009-03-12 22:28:15 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT Method_t class_get_class_method(MetaClass _class, SEL aSel);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT Method_t class_get_instance_method(Class _class, SEL aSel);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT Class class_pose_as(Class impostor, Class superclass);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT Class objc_get_class(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT Class objc_lookup_class(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT Class objc_next_class(void **enum_state);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT const char *sel_get_name(SEL selector);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT const char *sel_get_type(SEL selector);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT SEL sel_get_uid(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT SEL sel_get_any_uid(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT SEL sel_get_any_typed_uid(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT SEL sel_get_typed_uid(const char *name, const char*);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT SEL sel_register_name(const char *name);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT SEL sel_register_typed_name(const char *name, const char*type);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT BOOL sel_is_mapped (SEL aSel);
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
extern id class_create_instance(Class _class);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
static inline const char *
|
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 02:06:37 +00:00
|
|
|
class_get_class_name(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class)?_class->name:((_class==Nil)?"Nil":0);
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline long
|
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 02:06:37 +00:00
|
|
|
class_get_instance_size(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class)?_class->instance_size:0;
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline MetaClass
|
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 02:06:37 +00:00
|
|
|
class_get_meta_class(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class)?_class->class_pointer:Nil;
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline Class
|
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 02:06:37 +00:00
|
|
|
class_get_super_class(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class)?_class->super_class:Nil;
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int
|
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 02:06:37 +00:00
|
|
|
class_get_version(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class)?_class->version:-1;
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline BOOL
|
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 02:06:37 +00:00
|
|
|
class_is_class(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class);
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline BOOL
|
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 02:06:37 +00:00
|
|
|
class_is_meta_class(Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISMETA(_class);
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static inline void
|
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 02:06:37 +00:00
|
|
|
class_set_version(Class _class, long version)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
if (CLS_ISCLASS(_class))
|
|
|
|
_class->version = version;
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline void *
|
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 02:06:37 +00:00
|
|
|
class_get_gc_object_type (Class _class)
|
1998-09-21 01:22:07 +00: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 02:06:37 +00:00
|
|
|
return CLS_ISCLASS(_class) ? _class->gc_object_type : NULL;
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Mark the instance variable as innaccessible to the garbage collector */
|
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 02:06:37 +00:00
|
|
|
extern void class_ivar_set_gcinvisible (Class _class,
|
1998-09-21 01:22:07 +00:00
|
|
|
const char* ivarname,
|
|
|
|
BOOL gcInvisible);
|
|
|
|
|
2010-10-09 22:22:23 +00:00
|
|
|
objc_EXPORT IMP method_get_imp(Method_t method);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT IMP get_imp (Class _class, SEL sel);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT id object_copy(id object);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT id object_dispose(id object);
|
1998-09-21 01:22:07 +00:00
|
|
|
|
|
|
|
static inline Class
|
|
|
|
object_get_class(id object)
|
|
|
|
{
|
|
|
|
return ((object!=nil)
|
|
|
|
? (CLS_ISCLASS(object->class_pointer)
|
|
|
|
? object->class_pointer
|
|
|
|
: (CLS_ISMETA(object->class_pointer)
|
|
|
|
? (Class)object
|
|
|
|
: Nil))
|
|
|
|
: Nil);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline const char *
|
|
|
|
object_get_class_name(id object)
|
|
|
|
{
|
|
|
|
return ((object!=nil)?(CLS_ISCLASS(object->class_pointer)
|
|
|
|
?object->class_pointer->name
|
|
|
|
:((Class)object)->name)
|
|
|
|
:"Nil");
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline MetaClass
|
|
|
|
object_get_meta_class(id object)
|
|
|
|
{
|
|
|
|
return ((object!=nil)?(CLS_ISCLASS(object->class_pointer)
|
|
|
|
?object->class_pointer->class_pointer
|
|
|
|
:(CLS_ISMETA(object->class_pointer)
|
|
|
|
?object->class_pointer
|
|
|
|
:Nil))
|
|
|
|
:Nil);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline Class
|
|
|
|
object_get_super_class
|
|
|
|
(id object)
|
|
|
|
{
|
|
|
|
return ((object!=nil)?(CLS_ISCLASS(object->class_pointer)
|
|
|
|
?object->class_pointer->super_class
|
|
|
|
:(CLS_ISMETA(object->class_pointer)
|
|
|
|
?((Class)object)->super_class
|
|
|
|
:Nil))
|
|
|
|
:Nil);
|
|
|
|
}
|
|
|
|
|
|
|
|
static inline BOOL
|
2001-07-16 13:36:24 +02:00
|
|
|
object_is_class (id object)
|
1998-09-21 01:22:07 +00:00
|
|
|
{
|
2001-07-16 13:36:24 +02:00
|
|
|
return ((object != nil) && CLS_ISMETA (object->class_pointer));
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
2001-07-16 13:36:24 +02:00
|
|
|
|
1998-09-21 01:22:07 +00:00
|
|
|
static inline BOOL
|
2001-07-16 13:36:24 +02:00
|
|
|
object_is_instance (id object)
|
1998-09-21 01:22:07 +00:00
|
|
|
{
|
2001-07-16 13:36:24 +02:00
|
|
|
return ((object != nil) && CLS_ISCLASS (object->class_pointer));
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline BOOL
|
2001-07-16 13:36:24 +02:00
|
|
|
object_is_meta_class (id object)
|
1998-09-21 01:22:07 +00:00
|
|
|
{
|
2001-07-16 13:36:24 +02:00
|
|
|
return ((object != nil)
|
|
|
|
&& !object_is_instance (object)
|
|
|
|
&& !object_is_class (object));
|
1998-09-21 01:22:07 +00:00
|
|
|
}
|
|
|
|
|
2010-09-26 14:32:45 +00:00
|
|
|
objc_EXPORT struct sarray*
|
1998-09-21 01:22:07 +00:00
|
|
|
objc_get_uninstalled_dtable(void);
|
|
|
|
|
2004-06-25 04:31:51 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
1998-09-21 01:22:07 +00:00
|
|
|
#endif /* not __objc_api_INCLUDE_GNU */
|
|
|
|
|
|
|
|
|
|
|
|
|