Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

KeyRing::FloatArray Class Reference

Inheritance diagram for KeyRing::FloatArray:

KeyRing::KValue List of all members.

Public Member Functions

float * value ()
 FloatArray (const float *values, int size)
 ~FloatArray ()

Private Attributes

float * myValues

Constructor & Destructor Documentation

KeyRing::FloatArray::FloatArray const float *  values,
int  size
[inline]
 

Definition at line 36 of file KeyRing.h.

00036                                                  {
00037          myValues = new float[size] ;
00038          for (int element = 0 ; element < size ; element++) {
00039             myValues[element] = values[element] ;
00040          }
00041          mySize = size ;
00042          myType = KT_FLOAT;
00043       } ;

KeyRing::FloatArray::~FloatArray  )  [inline]
 

Definition at line 44 of file KeyRing.h.

00044 {delete [] myValues ;} ;


Member Function Documentation

float* KeyRing::FloatArray::value  )  [inline]
 

Definition at line 35 of file KeyRing.h.

Referenced by KeyRing::dump(), KeyRing::floatKey(), and KeyRing::write().

00035 {return (myValues) ;};


Member Data Documentation

float* KeyRing::FloatArray::myValues [private]
 

Definition at line 33 of file KeyRing.h.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:21 2010 for loon by  doxygen 1.3.9.1