My Project
DoubleVector Class Reference

a double vector data structure More...

#include <OSGeneral.h>

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 609 of file OSGeneral.h.

Constructor & Destructor Documentation

◆ DoubleVector()

DoubleVector::DoubleVector ( )

Definition at line 713 of file OSGeneral.cpp.

◆ ~DoubleVector()

DoubleVector::~DoubleVector ( )

Definition at line 723 of file OSGeneral.cpp.

Member Function Documentation

◆ IsEqual()

bool DoubleVector::IsEqual ( DoubleVector * that)

Definition at line 736 of file OSGeneral.cpp.

Member Data Documentation

◆ bDeleteArrays

bool DoubleVector::bDeleteArrays

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

Definition at line 619 of file OSGeneral.h.

◆ numberOfEl

int DoubleVector::numberOfEl

Definition at line 620 of file OSGeneral.h.

◆ el

double* DoubleVector::el

Definition at line 621 of file OSGeneral.h.


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