代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/224643/14578160
cpp student.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 (
www.eeworm.com/read/224643/14578951
cpp student.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.I
www.eeworm.com/read/120975/14779372
cpp student.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.I
www.eeworm.com/read/120975/14779411
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);
www.eeworm.com/read/120975/14779576
cpp student.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 (
www.eeworm.com/read/120975/14780421
cpp student.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.I
www.eeworm.com/read/217443/14963496
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/217443/14963664
cpp student.cpp
//student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent,CObject,1)//支持序列化的宏声明
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc)const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/216440/15007706
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/216440/15008733
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