代码搜索:Containers
找到约 1,482 项符合「Containers」的源代码
代码结果 1,482
www.eeworm.com/read/481405/1296929
h warsimpleptrwrapper.h
/** Simple pointer wrapper for STL containers.
Similar to \Ref{WarSmartPointer}, but without
the need for a dedicated item base class.
No automatic handling of object destruction.
*/
#
www.eeworm.com/read/229812/4751987
gml wchash.gml
:P.
This chapter describes hash containers.
:CMT.========================================================================
.se lpref=Ptr
.se lparm='Value *'
.se lret='Value *'
:INCLUDE file='wcha
www.eeworm.com/read/339446/3300688
readme
Qt is equipped with a range of capable tool classes, from containers and
iterators to classes for string handling and manipulation.
Other classes provide application infrastructure support, handling
www.eeworm.com/read/331815/3402545
as iblockerconsumer.as
package away3d.core.block
{
/**
* Interface for containers capable of storing blockers.
*/
public interface IBlockerConsumer
{
/**
* Adds blocker primitive to the consumer.
www.eeworm.com/read/331815/3402568
as ilightconsumer.as
package away3d.core.light
{
/**
* Interface for containers capable of storing lighting info
*/
public interface ILightConsumer
{
/**
* Adds an ambient light primitive t
www.eeworm.com/read/197407/7998071
cpp bloade.cpp
// loading containers on to two ships via backtracking
// code finds best loading of first ship as well as its weight
// this is done by first finding the weight of the best loading
// and then d
www.eeworm.com/read/135582/5885607
am makefile.am
## Makefile.am for libvideogfx/libvideogfx
SUBDIRS = arch containers graphics utility x11
INCLUDES = \
-DDATADIR=\"$(datadir)\" \
-DLIBDIR=\"$(libdir)\" \
-DSYSCONFDIR=\"$(sysconfdir)\" \
-I$(t
www.eeworm.com/read/487582/6504937
css styles.css
/* =========== Vista C1Menu =========================================== */
/*===================
Menu Containers
=====================*/
.C1Menu_Vista
{
font-size: 12px;
font-family: Se
www.eeworm.com/read/127767/14336042
txt e828. creating a jtabbedpane container.txt
A tabbed pane is a container that displays only one child component at a time. Typically, the children are themselves containers of other components. Each child is associated with a visible tab on the
www.eeworm.com/read/120923/14783545
kbk chap02.htm.kbk
this can be true it
turns out that understanding the STL more deeply is important to gain the full
power of the library. This chapter and the next probe into the STL containers
and
algorithms.