Main Page Class Hierarchy Compound List File List Compound Members File Members
NArray Class Reference
#include <NArray.h>
Inheritance diagram for NArray:
Collaboration diagram for NArray:
List of all members.
Detailed Description
Definition at line 92 of file NArray.h.
Constructor & Destructor Documentation
NArray::NArray (Int size, Int alloc = kFirstNAllocation)
|
Member Function Documentation
Void NArray::Append (const TNArray & a) [inline]
|
Void NArray::Append (const T & t) [inline]
|
Append single item to array.
Reimplemented in InstArray.
Void NArray::ClearTo (const T & t)
|
T * NArray::Detach () [inline]
|
As above, but the array
no longer owns the data.
T & NArray::Item (Int i) [inline]
|
const T & NArray::Item (Int i) const [inline]
|
T & NArray::Last () [inline]
|
Return last item in array.
Reimplemented in InstArray.
Void NArray::Push (const T & t) [inline]
|
Push item onto stack.
Reimplemented in InstArray.
T * NArray::Ref () const [inline]
|
T & NArray::Top () [inline]
|
Return top of stack.
Reimplemented in InstArray.
const T & NArray::operator[] (Int i) const [inline]
|
Indexing operator.
Reimplemented in InstArray.
T & NArray::operator[] (Int i) [inline]
|
Indexing operator.
Reimplemented in InstArray.
The documentation for this class was generated from the following file:
Generated at Sat Aug 5 00:16:34 2000 for Class Library by
1.1.0 written by Dimitri van Heesch,
© 1997-2000