NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
enums.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // Copyright 1986, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
8 //*****************************************************************************
9 
10 #ifndef MI_BASE_ENUMS_H
11 #define MI_BASE_ENUMS_H
12 
13 #include <mi/base/assert.h>
14 
15 namespace mi {
16 
17 namespace base {
18 
23 enum Message_severity
28 {
41  // Undocumented, for alignment only
42  MESSAGE_SEVERITY_FORCE_32_BIT = 0xffffffffU
43 };
44 
45 mi_static_assert( sizeof( Message_severity) == 4);
46  // end group mi_base_ilogger
48 
49 } // namespace base
50 } // namespace mi
51 
52 #endif // MI_BASE_ENUMS_H