JBoss Data Grid HotRod C++ Client  6.6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Flag.h
Go to the documentation of this file.
1 #ifndef ISPN_HOTROD_FLAG_H
2 #define ISPN_HOTROD_FLAG_H
3 
4 namespace infinispan {
5 namespace hotrod {
6 
7 enum Flag
8 {
12 };
13 
14 }} // namespace
15 
16 #endif /* ISPN_HOTROD_FLAG_H */
Flag
Definition: Flag.h:7