代码搜索:CObject

找到约 2,165 项符合「CObject」的源代码

代码结果 2,165
www.eeworm.com/read/281654/9143396

h registryserialize.h

// RegistrySerialize.h: interface for the CRegistrySerialize class. // //////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000 - 2001 Tadeusz Dracz.
www.eeworm.com/read/177132/9468704

cpp odbctypeinfo.cpp

// ODBCTypeInfo.cpp: implementation of the CODBCTypeInfo class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyOdbcSmpl.h" #include "O
www.eeworm.com/read/176906/9479974

h timercontextinfo.h

//------------------------------------------------------------- // file: timerContext.h // (part of simpleNet Routing Simulation - an OMNeT++ demo simulation) //-----------------------------
www.eeworm.com/read/372948/9485736

h queue.h

/***************************************************************************** * * Queue.h *
www.eeworm.com/read/159847/10608842

h calendar.h

#pragma once // CCalendar 命令目标 class CCalendar : public CObject { public: int m_Time; //日程表里的时间 int m_Customer;//表明是哪个顾客 int Trop; //表明和哪个筷子 int Aor
www.eeworm.com/read/351383/10655458

h picobj.h

#pragma once // CPicObj 命令目标 class CPicObj : public CObject { public: DECLARE_SERIAL(CPicObj) CPicObj(); CPicObj(CPoint start,CPoint end); virtual ~CPicObj(); CPoint m_star
www.eeworm.com/read/276140/10761733

cpp student.cpp

// student.cpp #include "stdafx.h" #include "student.h" IMPLEMENT_SERIAL(CStudent, CObject, 0) CStudent::CStudent() { m_lGrade = 0; } CStudent::CStudent(const char* szName, long lGrad
www.eeworm.com/read/349896/10792877

cpp object.cpp

// Object.cpp: implementation of the CObject class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Object.h" /////////////////////////
www.eeworm.com/read/418205/10958886

txt 13.4 可串行化的类.txt

13.4 可串行化的类 13.4.1 实现类对串行化的支持 下面利用 Serialize函数来保存第 11章中己定义的CGraph对象。如果要用CArchive类保存一个对象 的话,那么这个对象的类必须支持串行化。一个可串行化的类通常都有一个Serialize成员函数。如 果要使一个类可串行化,可以经过以下五个步骤来实现。 由从<mark>CObject</mark>派生类(或从<mark>CObject</mark>派 ...
www.eeworm.com/read/464609/7066403

h timercontextinfo.h

//------------------------------------------------------------- // file: timerContext.h // (part of simpleNet Routing Simulation - an OMNeT++ demo simulation) //-----------------------------