![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Macros | |
#define | BETTER_ENUM(Enum, Underlying, ...) enum Enum : Underlying { __VA_ARGS__ } |
#define | BETTER_ENUM_CLASS(Enum, Underlying, ...) enum class Enum : Underlying { __VA_ARGS__ } |
#define BETTER_ENUM | ( | Enum, | |
Underlying, | |||
... | |||
) | enum Enum : Underlying { __VA_ARGS__ } |
Definition at line 17 of file BetterEnums.h.
#define BETTER_ENUM_CLASS | ( | Enum, | |
Underlying, | |||
... | |||
) | enum class Enum : Underlying { __VA_ARGS__ } |
Definition at line 18 of file BetterEnums.h.