VMware GemFire Native Client Cache Reference  9.0.6
PdxUnreadFields.hpp
1 #ifndef __GEMFIRE_PDXUNREADFIELDS_HPP_
2 #define __GEMFIRE_PDXUNREADFIELDS_HPP_
3 
4 /*=========================================================================
5 * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
6  * This product is protected by U.S. and international copyright
7  * and intellectual property laws. Pivotal products are covered by
8  * more patents listed at http://www.pivotal.io/patents.
9 *========================================================================
10 */
11 
12 #include "gf_base.hpp"
13 #include "SharedBase.hpp"
14 
15 namespace gemfire {
16 
28 
29 public:
30  PdxUnreadFields(){}
31  virtual ~PdxUnreadFields(){}
32 };
33 
34 }
35 
36 
37 #endif /* __GEMFIRE_PDXUNREADFIELDS_HPP_ */
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31
Marker interface for an object that GemFire creates and returns from readUnreadFields.
Definition: PdxUnreadFields.hpp:27
Definitions of types and functions supported in the GemFire C++ interface.

GemFire C++ Cache API Documentation