10#include <detail/preprocessor.hpp> 
   11#include <param/detail/paramdef.hpp> 
   48#define LIBER_PARAM_ENTRY(PARAM, PARAMDEF) PARAM, 
   57#include <param/detail/paramlist.inl> 
 
   65inline constexpr size_t param_count = size_t(param_index::PARAM_COUNT);
 
   67#undef LIBER_PARAM_ENTRY 
param_index
An enum of all param tables as they appear in order.
Definition param_defines.hpp:56
 
constexpr row_index_type row_index_min
The smallest param row index.
Definition param_defines.hpp:28
 
constexpr row_index_type row_index_max
The biggest param row index.
Definition param_defines.hpp:36
 
constexpr row_index_type row_index_none
The index for specifying no param row.
Definition param_defines.hpp:45
 
int32_t row_index_type
Signed 32-bit integers are used to represent param row indices.
Definition param_defines.hpp:22
 
constexpr size_t param_count
The total number of all defined param tables.
Definition param_defines.hpp:65