代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/333846/12658838
h exampleapp.h
// -------------------------------------------------------------------
//
// Filename: ExampleApp.h
// Description: Implements the CHighlightApp class which is the
// basis for
www.eeworm.com/read/238226/13901844
h registryserialize.h
// RegistrySerialize.h: interface for the CRegistrySerialize class.
//
////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 - 2001 Tadeusz Dracz.
www.eeworm.com/read/135092/13962795
h array.h
#ifndef __ARRAY_H__
#define __ARRAY_H__
class CObjectArray : public CObArray
{
public:
CObjectArray() : CObArray() //子类 : 父类 , 变量初始化
{
InitializeCriticalSection( &m_CriticalSection );
}
www.eeworm.com/read/135002/13967453
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/205067/15326883
cpp odbctypeinfo.cpp
// ODBCTypeInfo.cpp: implementation of the CODBCTypeInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyOdbcSmpl.h"
#include "O
www.eeworm.com/read/204051/15345898
cpp odbctypeinfo.cpp
#include "stdafx.h"
#include "ODBCTypeInfo.hpp"
#define MAX_COLNAME 50
CODBCTypeInfo::CODBCTypeInfo(LPCSTR lpszDSN)
{
SQLRETURN rc;
SQLHSTMT hstmt = NULL;
int aiDataTypes[] = {
SQL_
www.eeworm.com/read/202643/15377340
cpp linklist.cpp
#include "stdafx.h"
#include "LinkList.h"
IMPLEMENT_DYNAMIC(CNode,CObject)
#ifdef _DEGBU
void CNode::Dump(CDumpContext&dc)
{
CObject::Dump(dc);
dc