QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Macros | |
#define | QUICKCPPLIB_BITFIELD_BEGIN(type) enum bitfield__##type : unsigned |
#define | QUICKCPPLIB_BITFIELD_BEGIN_T(type, UT) enum bitfield__##type : UT |
#define | QUICKCPPLIB_BITFIELD_END(type) ; |
#define QUICKCPPLIB_BITFIELD_BEGIN | ( | type | ) | enum bitfield__##type : unsigned |
#define QUICKCPPLIB_BITFIELD_BEGIN_T | ( | type, | |
UT | |||
) | enum bitfield__##type : UT |
#define QUICKCPPLIB_BITFIELD_END | ( | type | ) | ; |