代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/327223/11394522
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/327223/11395851
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/260301/11734161
cpp student.cpp
//student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent,CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc)const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/156803/11766732
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring())
www.eeworm.com/read/156803/11767334
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/156803/11767490
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring())
www.eeworm.com/read/156803/11769866
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/155415/11875851
cpp listviewwalkerpropertysheet.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/155415/11877328
h commentdialoglst.h
#pragma once
#include "ResizableLib/ResizablePage.h"
class CPartFile;
///////////////////////////////////////////////////////////////////////////////
// CCommentDialogLst
class CCommentDia
www.eeworm.com/read/150692/12272005
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc