代码搜索:CBASE
找到约 763 项符合「CBASE」的源代码
代码结果 763
www.eeworm.com/read/401584/11555949
h nqmtmsengine.h
/*
* CNqMtmsEngine class
* Contact Engine for NetQin
* Date: 2008.06.11
* Author: Tomken
*/
#ifndef __NQ_MTMS_ENGINE_H__
#define __NQ_MTMS_ENGINE_H__
#include // CBase
#i
www.eeworm.com/read/211510/15178997
h fileencryption.h
/* Copyright (c) 2003, Nokia Mobile Phones. All rights reserved */
#ifndef __FILEENCRYPTION_H__
#define __FILEENCRYPTION_H__
#include
class CFileEncryption : public CBase
{
pub
www.eeworm.com/read/490329/1203309
cpp workspacemanager.cpp
#include "cbase.h"
#include "workspacemanager.h"
#include "workspacebrowser.h"
#include "workspace.h"
#include "statuswindow.h"
#include "SoundEmitterSystemBase.h"
#include "drawhelper.h"
#incl
www.eeworm.com/read/490329/1205021
cpp antlion_dust.cpp
#include "cbase.h"
#include "antlion_dust.h"
IMPLEMENT_SERVERCLASS_ST( CTEAntlionDust, DT_TEAntlionDust )
SendPropVector( SENDINFO(m_vecOrigin)),
SendPropVector( SENDINFO(m_vecAngles)),
END_
www.eeworm.com/read/476965/1364998
h mtmsexampleengine.h
#ifndef MTMS_EXAMPLE_ENGINE_H
#define MTMS_EXAMPLE_ENGINE_H
// INCLUDES
// System includes
#include // CBase
#include // MMsvSessionObserver
// FORWARD DECLARATION
www.eeworm.com/read/470720/1448033
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/470693/1459979
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/464556/1527510
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/464393/1530645
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/247967/4471203
h csoundmixer.h
#ifndef __CSOUNDMIXER_H
#define __CSOUNDMIXER_H
#include "TSample.h"
#include "TAudioShared.h"
#include
class CSoundMixer : public CBase
{
// Construct and destruct
public: