代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/190666/5175355
c t132.c
// Build don't link:
// GROUPS passed niklas construct-destruct
struct S { S (); ~S (); };
void f () { while (1) S s; }
www.eeworm.com/read/165570/5481468
java person.java
package People;
/** A general person with only a name. */
public class Person
{
/** The name of this person */
protected String name;
/** Construct a person with a name */
public Person
www.eeworm.com/read/340665/3276009
c t132.c
// Build don't link:
// GROUPS passed niklas construct-destruct
struct S { S (); ~S (); };
void f () { while (1) S s; }
www.eeworm.com/read/332367/3400224
java province.java
package hibernatemodel;
/**
* Province entity.
*
* @author MyEclipse Persistence Tools
*/
public class Province extends AbstractProvince implements java.io.Serializable {
// Construct
www.eeworm.com/read/321483/3533854
readme
Unicode/Collate version 0.52
===============================
NAME
Unicode::Collate - Unicode Collation Algorithm
SYNOPSIS
use Unicode::Collate;
#construct
$Collator = Unicode::Collate->ne
www.eeworm.com/read/314491/3632035
aso node.aso
;-------------------------------------
;-- Define Linked-List Node objects --
;-------------------------------------
GLOBAL PASCAL node_construct:far
GLOBAL PASCAL node_destroy:far
GLOBAL PASCA
www.eeworm.com/read/293917/3927388
cpp fig12_23.cpp
template
class DSL
{
public:
/**
* Construct the tree.
* inf is the largest Comparable.
*/
explicit DSL( const Comparable & inf ) : INFINITY( i
www.eeworm.com/read/287078/4030817
h objectpool.h
#include
#include
using namespace std;
//
// template class ObjectPool
//
// Provides an object pool that can be used with any class that provides a
// default construct