ArrayHelper Class Reference

Non-templatized helper class for ArrayBase<T>. More...

#include <Array.h>

List of all members.

Public Member Functions

 ArrayHelper (const TypeManipulatorT &, int n=0)
 ArrayHelper (const TypeManipulatorT &, int n, const void *ival, bool repeat)
 ArrayHelper (const ArrayHelper &)
 ArrayHelper (const ArrayHelper &, int offset, int length)
 ArrayHelper (ArrayHelper &, int offset, int length)
 ~ArrayHelper ()
ArrayHelperoperator= (const ArrayHelper &)
void reverse ()
int capacity () const
int size () const
const void * operator[] (int i) const
void * operator[] (int i)
void push_back (const void *)
void pop_back ()
void clear ()
void resize (int n, const void *x=0)
void reserve (int n)

Detailed Description

Non-templatized helper class for ArrayBase<T>.


Constructor & Destructor Documentation

ArrayHelper ( const TypeManipulatorT &  ,
int  n = 0 
) [explicit]
ArrayHelper ( const TypeManipulatorT &  ,
int  n,
const void *  ival,
bool  repeat 
)
ArrayHelper ( const ArrayHelper  ) 
ArrayHelper ( const ArrayHelper ,
int  offset,
int  length 
)
ArrayHelper ( ArrayHelper ,
int  offset,
int  length 
)
~ArrayHelper (  ) 

Member Function Documentation

int capacity (  )  const
void clear (  ) 
ArrayHelper& operator= ( const ArrayHelper  ) 
void* operator[] ( int  i  ) 
const void* operator[] ( int  i  )  const
void pop_back (  ) 
void push_back ( const void *   ) 
void reserve ( int  n  ) 
void resize ( int  n,
const void *  x = 0 
)
void reverse (  ) 
int size (  )  const

The documentation for this class was generated from the following file:

Generated on Wed Dec 30 11:05:30 2009 for SimTKcore by  doxygen 1.6.1