代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/141268/5775197
h testfixture.h
#ifndef CPPUNIT_TESTFIXTURE_H // -*- C++ -*-
#define CPPUNIT_TESTFIXTURE_H
#include
CPPUNIT_NS_BEGIN
/*! \brief Wraps a test case with setUp and tearDown methods
www.eeworm.com/read/141006/5777977
java belllistener.java
// BellListener.java
// Methods invoked when Bell has rung
package com.Anance.elevator.event;
public interface BellListener {
// invoked when Bell has rungs
public void bellRang( BellEvent bel
www.eeworm.com/read/141006/5777986
java doorlistener.java
// DoorListener.java
// Methods invoked when Door has either opened or closed
package com.Anance.elevator.event;
public interface DoorListener {
// invoked when Door has opened
public void doo
www.eeworm.com/read/139182/5807206
hxx record.hxx
/*
* Record.hxx - 11/03/03
*
* Abstract Class used to define generic methods and fields that all Record
* objects share. Sub-class this class to get a concrete class that can obtain, * modify
www.eeworm.com/read/139182/5807207
hxx testrecord.hxx
/*
* TestRecord.hxx - 11/03/03
*
* Abstract Class used to define generic methods and fields that all Record
* objects share. Sub-class this class to get a concrete class that can obtain, * mod
www.eeworm.com/read/139182/5807208
hxx updatereginforec.hxx
/*
* TestRecord.hxx - 11/03/03
*
* Abstract Class used to define generic methods and fields that all Record
* objects share. Sub-class this class to get a concrete class that can obtain, * mod
www.eeworm.com/read/139182/5807271
hxx testrecord.hxx
/*
* TestRecord.hxx - 11/03/03
*
* Abstract Class used to define generic methods and fields that all Record
* objects share. Sub-class this class to get a concrete class that can obtain, * mod
www.eeworm.com/read/139182/5807278
hxx testrecord.hxx
/*
* TestRecord.hxx - 11/03/03
*
* Abstract Class used to define generic methods and fields that all Record
* objects share. Sub-class this class to get a concrete class that can obtain, * mod
www.eeworm.com/read/137691/5820763
java exceptions.java
// Copyright 2001 Finn Bock
package org.python.core;
import java.lang.reflect.*;
/**
* The builtin exceptions module. The entire module should be imported
* from python. None of the methods defin
www.eeworm.com/read/136989/5828801
readme
README,v 1.11 2001/04/05 23:48:15 schmidt Exp
This is a simple CORBA example that has an object (Time) with two
methods: one that returns the current time of day and another that
shuts down the s