Red Hat Data Grid HotRod C++ Client  7.2.0
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: AuthenticationConfiguration.h:10
Definition: VersionedValue.h:9
VersionedValue()
Definition: VersionedValue.h:12