![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <enum.h>
Public Types | |
| typedef T(* | function) (Enum) |
Public Member Functions | |
| BETTER_ENUMS_CONSTEXPR_ | map (function f) |
| BETTER_ENUMS_CONSTEXPR_ T | from_enum (Enum value) const |
| BETTER_ENUMS_CONSTEXPR_ T | operator[] (Enum value) const |
| BETTER_ENUMS_CONSTEXPR_ Enum | to_enum (T value) const |
| BETTER_ENUMS_CONSTEXPR_ optional< Enum > | to_enum_nothrow (T value, size_t index=0) const |
| typedef T(* better_enums::map< Enum, T, Compare >::function) (Enum) |
|
inlineexplicit |
Definition at line 1280 of file enum.h.
References BETTER_ENUMS_CONSTEXPR_.
|
inline |
Definition at line 1282 of file enum.h.
References BETTER_ENUMS_CONSTEXPR_.
|
inline |
Definition at line 1283 of file enum.h.
References BETTER_ENUMS_CONSTEXPR_.
|
inline |
Definition at line 1286 of file enum.h.
References BETTER_ENUMS_CONSTEXPR_, and to_enum_nothrow().
|
inline |
Definition at line 1293 of file enum.h.
References to_enum_nothrow().
Referenced by to_enum(), and to_enum_nothrow().