代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/365556/9857442
ico object.ico
www.eeworm.com/read/365329/9869054
h object.h
#ifndef OBJECT_H
#define OBJECT_H
extern const void * Object; /* new(Object); */
int differ (const void * a, const void * b);
#endif
www.eeworm.com/read/365329/9869120
d object.d
#include
#include
#include
typedef void (* Method) (); // for respondsTo()
%prot
#include
struct Method {
const char * tag; // for respondsTo()
Meth
www.eeworm.com/read/365329/9869121
dc object.dc
#include
#include
#include
// Object
% Object new {
%casts
return ctor(allocate(self), app);
}
% Object ctor {
%casts
return self;
}
% Object dtor {
%casts
retu
www.eeworm.com/read/365329/9869295
3 object.3
.\" Object.3 -- 1.4 Sep 26 18:08:58 1993
.\" Copyright (c) 1993 Axel T. Schreiner
.TH Object 3 "local: ats"
.SH NAME
\f3Class Object\fP \(em root class
.SH SYNOPSIS
.nf
\f3Object\fP
Class
.sp .5
www.eeworm.com/read/365329/9869302
object.0
Object(3) Object(3)
NAME
Class Object -- root class
SYNOPSIS
Object
Class
new(Object());
typedef void (* Met
www.eeworm.com/read/365329/9869332
d object.d
#include
#include
#include
typedef void (* Method) (); // for respondsTo()
%prot
#include
struct Method {
const char * tag; // for respondsTo()
Meth
www.eeworm.com/read/365329/9869336
dc object.dc
#include
#include
#include
// Object
% Object new {
%casts
return ctor(allocate(self), app);
}
% Object ctor {
%casts
return self;
}
% Object dtor {
%casts
retu
www.eeworm.com/read/365329/9869361
d object.d
#include
#include
#include
%prot
#include
% Class Object {
unsigned long magic; // magic number
const Class @ class; // object's description
%
www.eeworm.com/read/365329/9869365
dc object.dc
#include
#include
#include
#define MAGIC 0x0effaced // magic number for objects
// efface: to make (oneself) modestly or shyly inconspicuous
// Object
% Object ctor