| 
    farm-ng-core
    
   | 
 
#include "farm_ng/core/enum/impl/enum_details.h"

Go to the source code of this file.
Macros | |
| #define | FARM_ENUM_WITHOUT_IOSTREAM_DEF(NAME, ...) FARM_ENUM_DEF_IMPL(NAME, __VA_ARGS__) | 
| #define | FARM_ENUM_ALIAS(NAME) using NAME = enum_wrapper_::NAME##Impl | 
| #define | FARM_ENUM_WITHOUT_IOSTREAM(NAME, ...) | 
| #define FARM_ENUM_ALIAS | ( | NAME | ) | using NAME = enum_wrapper_::NAME##Impl | 
| #define FARM_ENUM_WITHOUT_IOSTREAM | ( | NAME, | |
| ... | |||
| ) | 
| #define FARM_ENUM_WITHOUT_IOSTREAM_DEF | ( | NAME, | |
| ... | |||
| ) | FARM_ENUM_DEF_IMPL(NAME, __VA_ARGS__) |