ArrayHelper Class Reference

#include <Array.h>

List of all members.


Detailed Description

Non-templatized helper class for ArrayBase<T>.

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)

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

ArrayHelper& operator= ( 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  ) 


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

Generated on Fri Sep 26 07:44:34 2008 for SimTKcore by  doxygen 1.5.6