Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
open.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/types/prelude.h"
5
6namespace iris {
7enum class OpenMode : u32 {
8 None = 0,
9 Create = (1 << 0),
11};
12
14}
#define DI_DEFINE_ENUM_BITWISE_OPERATIONS(Type)
Definition bitwise_enum.h:5
__UINT32_TYPE__ u32
Definition integers.h:11
Definition cxx_init.cpp:12
@ None
Definition processor_info.h:11
@ Create
Definition path.h:13
OpenMode
Definition open.h:7
@ Mask
Definition open.h:10