Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
enums.h File Reference
#include "elementa/license.inc"
#include "elementa/checks.inc"
#include <stdexcept>
#include <string>
#include <vector>
#include <bitset>
#include <initializer_list>
#include <type_traits>
#include "elementa/base/strings.h"
Include dependency graph for enums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  elementa::base::EnumExtPriv< BaseID, HelperIDString >
 Implementation of all extended enum features. You will use its methods. More...
 
class  elementa::base::EnumExtPriv< BaseID, HelperIDString >::Combination
 A combination of several IDs. Not thread-safe. More...
 
class  elementa::base::EnumExtPriv< BaseID, HelperIDString >::Combination::Iterator
 Iterator over the elements of a combination. More...
 
class  elementa::base::EnumExtPriv< BaseID, HelperIDString >::Iterator
 Iterator over the elements of an extended enum. More...
 

Macros

#define ELE_CLASS_ENUM(NameEnumClass, ...)
 Define an extended enum type. More...