opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
toggleable_panel_flags.h File Reference
#include <cstdint>
#include <utility>
Include dependency graph for toggleable_panel_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Enumerations

enum class  osc::ToggleablePanelFlags : uint32_t { osc::None = 0u , osc::IsEnabledByDefault = 1u<<0u , osc::IsSpawnable = 1u<<1u , osc::Default = IsEnabledByDefault }
 

Functions

constexpr ToggleablePanelFlags osc::operator- (ToggleablePanelFlags lhs, ToggleablePanelFlags rhs)
 
constexpr bool osc::operator& (ToggleablePanelFlags lhs, ToggleablePanelFlags rhs)