代码搜索结果
找到约 322,615 项符合
Interface 的代码
interface.cpp
#include "Interface.h"
#include
#include
#include
template
Interface::Interface(void)
{
}
template
Interface
interface.h
#pragma once
#include
#include"Chain.cpp"
using namespace std;
template
class Interface
{
public:
Interface(void);
void List_Manipulation(Chain &List);
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
// definitions that make our code look like MFC code
#define BOOL int
#define DWORD unsigned int
#define TRUE 1
#define FALSE 0
#define TRACE printf
#define ASSERT asser
interface.h
/*
* include/linux/nfsd/interface.h
*
* defines interface between nfsd and other bits of
* the kernel. Particularly filesystems (eventually).
*
* Copyright (C) 2000 Neil Brown
interface.c
/*
Unix SMB/CIFS implementation.
multiple interface handling
Copyright (C) Andrew Tridgell 1992-1998
This program is free software; you can redistribute it and/or modify
it under t
interface.h
/*
* interface data access header
*
* $Id: interface.h 16536 2007-06-18 21:13:46Z hardaker $
*/
#ifndef NETSNMP_ACCESS_INTERFACE_CONFIG_H
#define NETSNMP_ACCESS_INTERFACE_CONFIG_H
/*
* all platf
interface.c
/*
* Interface MIB architecture support
*
* $Id: interface.c 15768 2007-01-22 16:18:29Z rstory $
*/
#include
#include
#include "mibII/m
mfd-interface.m2c
############################################################# -*- c -*-
## generic include for XXX. Do not use directly.
##
## $Id: mfd-interface.m2c 15899 2007-02-27 13:08:24Z rstory $
#############