Main Page
Class Hierarchy
Compound List
File List
Compound Members
File Members
jvm_DynamicArray Class Reference
#include <
jvm_dynamicarray.h
>
List of all members.
Public Methods
jvm_DynamicArray
()
~jvm_DynamicArray
()
int
count
() const
void
set
( int idx, T* jc )
int
add
( T* jc )
T*
get
( int idx ) const
T*
remove
( int idx )
Detailed Description
template<class T> class jvm_DynamicArray
Constructor & Destructor Documentation
template<class T>
jvm_DynamicArray<T>::jvm_DynamicArray<T> ()
template<class T>
jvm_DynamicArray<T>::~jvm_DynamicArray<T> ()
[inline]
Member Function Documentation
template<class T>
int jvm_DynamicArray<T>::add (
T *
jc
)
[inline]
template<class T>
int jvm_DynamicArray<T>::count (
void) const
[inline]
template<class T>
T * jvm_DynamicArray<T>::get (
int
idx
) const
[inline]
template<class T>
T * jvm_DynamicArray<T>::remove (
int
idx
)
[inline]
template<class T>
void jvm_DynamicArray<T>::set (
int
idx
,
T *
jc
)
[inline]
The documentation for this class was generated from the following file:
nci/suif/suif2b/j2s/loader/
jvm_dynamicarray.h
Generated at Mon Jul 31 13:43:53 2000 for NCI SUIF by
1.1.2 written by
Dimitri van Heesch
, © 1997-2000