代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/150483/5692290
cpp object.cpp
// Object.cpp: implementation of the CObject class.
//
//////////////////////////////////////////////////////////////////////
#include "Object.h"
//////////////////////////////////////////////
www.eeworm.com/read/402145/11542148
h object.h
#pragma once
#include
#include
#include
#include
class CObject
{
public:
CObject(void);
~CObject(void);
public:
virtual void
www.eeworm.com/read/136989/5829712
cpp client.cpp
/**
* @file client.cpp
*
* client.cpp,v 1.1 2003/12/29 17:05:26 bala Exp
*
* @author Carlos O'Ryan
*
*/
#include "TestC.h"
#include "ace/Get_Opt.h"
ACE_RCSID(B
www.eeworm.com/read/427066/8979529
cpp frequencyband.cpp
#include "StdAfx.h"
#include "FrequencyBand.h"
#include "RFIDRadio.h"
IMPLEMENT_SERIAL(CFrequencyBand, CObject, 0)
void CFrequencyBand::Serialize(CArchive& ar)
{
CObject::Serialize( ar );
www.eeworm.com/read/290528/8479153
cpp gradient.cpp
#include "stdafx.h"
#include "Gradient.h"
#include
IMPLEMENT_SERIAL(CGradient, CObject, 0)
IMPLEMENT_SERIAL(CPeg, CObject, 0)
UINT CPeg::uniqueID = 0;
//------------------------
www.eeworm.com/read/367470/2842515
h blob.h
//**Ensure the class isn't declared twice
#ifndef _BLOB_H
#define _BLOB_H
//**Derive a CBlob class from CObject
class CBlob:public CObject
{
//**Include the Serialization functions
DECLARE_
www.eeworm.com/read/240162/4582416
c p7626.c
// { dg-do assemble }
// prms-id: 7626
int fail;
typedef unsigned int UINT;
class CObject{};
class CCmdTarget : public CObject {
};
typedef void (CCmdTarget::*AFX_PMSG)(void);
struct AFX_MSGMAP
www.eeworm.com/read/233448/4675233
c p7626.c
// { dg-do assemble }
// prms-id: 7626
int fail;
typedef unsigned int UINT;
class CObject{};
class CCmdTarget : public CObject {
};
typedef void (CCmdTarget::*AFX_PMSG)(void);
struct AFX_MSGMAP
www.eeworm.com/read/162614/5521678
c p7626.c
// { dg-do assemble }
// prms-id: 7626
int fail;
typedef unsigned int UINT;
class CObject{};
class CCmdTarget : public CObject {
};
typedef void (CCmdTarget::*AFX_PMSG)(void);
struct AFX_MSGMAP
www.eeworm.com/read/366702/2871281
c p7626.c
// { dg-do assemble }
// prms-id: 7626
int fail;
typedef unsigned int UINT;
class CObject{};
class CCmdTarget : public CObject {
};
typedef void (CCmdTarget::*AFX_PMSG)(void);
struct AFX_MSGMAP