![]() |
Open Lighting Architecture
0.9.4
|
Helper macros / methods for static arrays.
Go to the source code of this file.
Namespaces | |
| namespace | ola |
| The namespace containing all OLA symbols. | |
Macros | |
| #define | arraysize(array) (sizeof(ola::ArraySizeHelper(array))) |
| Computes the size of the statically allocated array. | |
| #define arraysize | ( | array | ) | (sizeof(ola::ArraySizeHelper(array))) |
Computes the size of the statically allocated array.
| array | the array to get the size of. |
1.8.1.2