Open Lighting Architecture
Latest Git
|
Helper macros / methods for static arrays.
Go to the source code of this file.
Classes | |
class | ola::ArrayDeleter |
Deletes an array when it goes out of scope. More... | |
Namespaces | |
ola | |
The namespace containing all OLA symbols. | |
Macros | |
#define | arraysize(array) (sizeof(ola::ArraySizeHelper(array))) |
Computes the size of the statically allocated array. More... | |
#define arraysize | ( | array | ) | (sizeof(ola::ArraySizeHelper(array))) |
Computes the size of the statically allocated array.
array | the array to get the size of. |