Infinispan HotRod C++ Client 9.2.0.Final
Loading...
Searching...
No Matches
VersionedValue.h
Go to the documentation of this file.
1#ifndef ISPN_HOTROD_VERSIONEDVALUE_H
2#define ISPN_HOTROD_VERSIONEDVALUE_H
3
5
6namespace infinispan {
7namespace hotrod {
8
10{
11 public:
13
14 int64_t version;
15};
16
17}} // namespace infinispan::hotrod
18
19#endif // ISPN_HOTROD_VERSIONEDVALUE_H
Definition: VersionedValue.h:10
int64_t version
Definition: VersionedValue.h:14
VersionedValue()
Definition: VersionedValue.h:12
Definition: AuthenticationConfiguration.h:10