代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/440906/1778112
c thunk1.c
// Test that non-variadic function calls using thunks work right.
struct A {
void* p;
A (void* q): p (q) { }
A (const A& a): p (a.p) { }
};
class CBase {
public:
virtual void BaseFunc();
};
www.eeworm.com/read/430324/1933048
h synchtododb.h
#ifndef SYNCHTODODB_H_
#define SYNCHTODODB_H_
#include "ToDo.h"
#include "ToDoList.h"
class CSynchToDoDb : public CBase
{
public:
static CSynchToDoDb* NewLC( TDesC& aFileName );
static CSyn
www.eeworm.com/read/422006/2046470
h countdowndb.h
#ifndef COUNTDOWNDB_H
#define COUNTDOWNDB_H
#include
struct TRecordDBStruct
{
TBuf iName;
TInt64 iTime;
};
class CCountDownDB : public CBase
{
public:
CCountDow
www.eeworm.com/read/402159/2328750
h countdowndb.h
#ifndef COUNTDOWNDB_H
#define COUNTDOWNDB_H
#include
struct TRecordDBStruct
{
TBuf iName;
TInt64 iTime;
};
class CCountDownDB : public CBase
{
public:
CCountDow
www.eeworm.com/read/392451/2496407
h countdowndb.h
#ifndef COUNTDOWNDB_H
#define COUNTDOWNDB_H
#include
struct TRecordDBStruct
{
TBuf iName;
TInt64 iTime;
};
class CCountDownDB : public CBase
{
public:
CCountDow
www.eeworm.com/read/368487/2813759
h countdowndb.h
#ifndef COUNTDOWNDB_H
#define COUNTDOWNDB_H
#include
struct TRecordDBStruct
{
TBuf iName;
TInt64 iTime;
};
class CCountDownDB : public CBase
{
public:
CCountDow
www.eeworm.com/read/358736/2982812
h countdowndb.h
#ifndef COUNTDOWNDB_H
#define COUNTDOWNDB_H
#include
struct TRecordDBStruct
{
TBuf iName;
TInt64 iTime;
};
class CCountDownDB : public CBase
{
public:
CCountDow
www.eeworm.com/read/473914/6821999
h callarray.h
#ifndef __CALLARRAY_H__
#define __CALLARRAY_H__
//INCLUDES
// System includes
#include // MDesCArray
#include // CBase
// user includes
#include "CallInfo.h" /
www.eeworm.com/read/473885/6842560
h callarray.h
#ifndef __CALLARRAY_H__
#define __CALLARRAY_H__
//INCLUDES
// System includes
#include // MDesCArray
#include // CBase
// user includes
#include "CallInfo.h" /
www.eeworm.com/read/200021/15442524
h mtmsexampleengine.h
#ifndef MTMS_EXAMPLE_ENGINE_H
#define MTMS_EXAMPLE_ENGINE_H
// INCLUDES
// System includes
#include // CBase
#include // MMsvSessionObserver
// FORWARD DECLARATION