代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/194563/5127604
tex scpdarry.tex
\section{\class{wxScopedArray}}\label{wxscopedarray}
This is a simple scoped smart pointer array implementation that is similar to
the \urlref{Boost}{http://www.boost.org} smart pointers but rewritt
www.eeworm.com/read/194563/5127850
tex scpdptr.tex
\section{\class{wxScopedPtr}}\label{wxscopedptr}
This is a simple scoped smart pointer implementation that is similar to
the \urlref{Boost}{http://www.boost.org/} smart pointers but rewritten to
use
www.eeworm.com/read/190056/5189267
tex scpdarry.tex
\section{\class{wxScopedArray}}\label{wxscopedarray}
This is a simple scoped smart pointer array implementation that is similar to
the \urlref{Boost}{http://www.boost.org} smart pointers but rewritt
www.eeworm.com/read/190056/5189513
tex scpdptr.tex
\section{\class{wxScopedPtr}}\label{wxscopedptr}
This is a simple scoped smart pointer implementation that is similar to
the \urlref{Boost}{http://www.boost.org/} smart pointers but rewritten to
use
www.eeworm.com/read/187788/5215726
h global.h
extern int ShmemId;
// Pointers to SHMEM global data.
extern StrInfosGene *InfosGene;
extern StrRung *RungArray;
extern StrTimer *TimerArray;
extern StrMonostable *MonostableArray;
extern StrArithmEx
www.eeworm.com/read/168845/5433802
rst indirect_iterator_abstract.rst
``indirect_iterator`` adapts an iterator by applying an
*extra* dereference inside of ``operator*()``. For example, this
iterator adaptor makes it possible to view a container of pointers
(e.g. ``l
www.eeworm.com/read/166408/5474687
java lispptrarray.java
package net.sf.yacas;
/** \class LispPtrArray is similar to LispPtr, but implements an array
* of pointers to objects.
*/
class LispPtrArray
{
public LispPtrArray(int aSize,LispObject aInitial
www.eeworm.com/read/162614/5529031
c array-quals-2.c
/* Test that pointers to arrays of differently qualified types aren't
permitted in conditional expressions, and that qualifiers aren't
lost in forming composite types. */
/* Origin: Joseph Myer
www.eeworm.com/read/285741/4046202
cpp func.cpp
/*
func.cpp -- A program demonstrating function pointers.
*/
#include
void TestFunc ();
int main ()
{
void (*FunctionName)(void);
FunctionName = TestFunc;
Fun
www.eeworm.com/read/283334/4082975
tex scpdarry.tex
\section{\class{wxScopedArray}}\label{wxscopedarray}
This is a simple scoped smart pointer array implementation that is similar to
the \urlref{Boost}{http://www.boost.org} smart pointers but rewr