Ice 3.7 C++11 API Reference
Format.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_FORMAT_H
6 #define ICE_FORMAT_H
7 
8 #include <Ice/Config.h>
9 
10 namespace Ice
11 {
12 
16 #ifdef ICE_CPP11_MAPPING
17 enum class FormatType : unsigned char
18 #else
19 enum FormatType
20 #endif
21 {
25  DefaultFormat,
29  CompactFormat,
34 };
35 
36 }
37 
38 #endif
Ice::FormatType::DefaultFormat
@ DefaultFormat
Indicates that no preference was specified.
Ice::FormatType
FormatType
Describes the possible formats for classes and exceptions.
Definition: Format.h:21
Config.h
Ice
Definition: BuiltinSequences.h:56