Nektar++
|
Defines a list of flags. More...
#include <NektarUnivTypeDefs.hpp>
Public Member Functions | |
void | set (const FlagType &key, bool value) |
bool | isSet (const FlagType &key) const |
Private Attributes | |
std::map< FlagType, bool > | m_data |
Defines a list of flags.
Definition at line 98 of file NektarUnivTypeDefs.hpp.
|
inline |
Definition at line 101 of file NektarUnivTypeDefs.hpp.
References m_data.
|
private |
Definition at line 112 of file NektarUnivTypeDefs.hpp.