DoubleVector Class Reference

a double vector data structure More...

#include <OSGeneral.h>

List of all members.

Public Member Functions

 DoubleVector ()
 ~DoubleVector ()
bool IsEqual (DoubleVector *that)

Public Attributes

bool bDeleteArrays
 bDeleteArrays is true if we delete the arrays in garbage collection set to true by default
int numberOfEl
double * el

Detailed Description

a double vector data structure

Definition at line 542 of file OSGeneral.h.


Constructor & Destructor Documentation

DoubleVector::DoubleVector (  ) 

Definition at line 616 of file OSGeneral.cpp.

DoubleVector::~DoubleVector (  ) 

Definition at line 627 of file OSGeneral.cpp.


Member Function Documentation

bool DoubleVector::IsEqual ( DoubleVector that  ) 

Definition at line 640 of file OSGeneral.cpp.


Member Data Documentation

bDeleteArrays is true if we delete the arrays in garbage collection set to true by default

Definition at line 551 of file OSGeneral.h.

Definition at line 552 of file OSGeneral.h.

Definition at line 553 of file OSGeneral.h.


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

Generated on 22 May 2012 by  doxygen 1.6.1