代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/192080/5160081
cpp object.cpp
#include
#include
#include
namespace lang
{
Object::Object() :
m_refs(0)
{
}
Object::Object( const Object& ) :
m_refs(0)
{
}
Object::~
www.eeworm.com/read/191923/5160939
h object.h
// This software is in the public domain.
// There are no restrictions on any sort of usage of this software.
#ifndef __SYSTEM_OBJECT_H__
#define __SYSTEM_OBJECT_H__
#include
www.eeworm.com/read/191923/5161116
cpp object.cpp
/*
Copyright (c) 2004 bayside
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Re
www.eeworm.com/read/191602/5164994
h object.h
/*
* object.h
*
* Mother of all ancestor classes.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozi
www.eeworm.com/read/191602/5165199
cxx object.cxx
/*
* object.cxx
*
* Global object support.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Pub
www.eeworm.com/read/190666/5181311
h object.h
// Object.h - Header file for java.lang.Object. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work lice
www.eeworm.com/read/190666/5181331
java object.java
// Object.java - The root of all evil.
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
www.eeworm.com/read/190056/5189412
tex object.tex
\section{\class{wxObject}}\label{wxobject}
This is the root class of all wxWidgets classes.
It declares a virtual destructor which ensures that
destructors get called for all derived class objects wh