Infinispan HotRod C++ Client  8.3.1.Final
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
VersionedValue.h
Go to the documentation of this file.
1 #ifndef ISPN_HOTROD_VERSIONEDVALUE_H
2 #define ISPN_HOTROD_VERSIONEDVALUE_H
3 
5 
6 namespace infinispan {
7 namespace hotrod {
8 
10 {
11  public:
13 
14  int64_t version;
15 };
16 
17 }} // namespace infinispan::hotrod
18 
19 #endif // ISPN_HOTROD_VERSIONEDVALUE_H
int64_t version
Definition: VersionedValue.h:14
Definition: VersionedValue.h:9
VersionedValue()
Definition: VersionedValue.h:12