|
OOFEM 3.0
|
#include <enum.h>
Public Types | |
| typedef EnumData< Enum > | D |
Static Public Member Functions | |
| static const bool | _starts_with_prefix (const char *s) |
| static std::optional< const char * > | name (typename D::Enum v) |
| static std::optional< typename D::Enum > | value (int i) |
| static std::optional< typename D::Enum > | value (const char *n) |
| static std::map< int, std::vector< std::string > > | all_values_to_names () |
Static Public Attributes | |
| static constexpr auto | enum_name = D::enum_name |
| typedef EnumData<Enum> oofem::EnumTraits< Enum >::D |
|
inlinestatic |
Definition at line 56 of file enum.h.
Referenced by all_values_to_names(), and value().
|
inlinestatic |
Definition at line 78 of file enum.h.
References _starts_with_prefix().
|
inlinestatic |
|
inlinestatic |
Definition at line 70 of file enum.h.
References _starts_with_prefix().
|
inlinestatic |
|
staticconstexpr |