#include <FloatArray.hpp>
Public Member Functions | |
FloatArray () | |
~FloatArray () | |
void | set (float *data, bool doDestroy) |
void | set (float *data) |
void | set (const float *data) |
const float * | get () |
Contains a array of floats and stores a flag which signifies wether the contained array should be destroyed when a new value is set or the FloatArray object itself is destroyed.
The destruction flag is useful when mixing hardcoded constant arrays, arrays located in ROM and dynamically created arrays for the same purpose.
Definition at line 36 of file FloatArray.hpp.
|
Definition at line 27 of file FloatArray.cpp. |
|
Definition at line 32 of file FloatArray.cpp. |
|
Definition at line 43 of file FloatArray.hpp. |
|
Definition at line 60 of file FloatArray.cpp. |
|
Definition at line 50 of file FloatArray.cpp. |
|
Definition at line 40 of file FloatArray.cpp. |
Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:30 2007 by Doxygen version 1.3.9.1.