VMware GemFire Native Client Cache Reference  9.0.6
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GemfireCppCache.hpp
Go to the documentation of this file.
1 #ifndef __GEMFIRE_GEMFIRECPPCACHE_H__
2 #define __GEMFIRE_GEMFIRECPPCACHE_H__
3 /*=========================================================================
4  * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
5  * This product is protected by U.S. and international copyright
6  * and intellectual property laws. Pivotal products are covered by
7  * more patents listed at http://www.pivotal.io/patents.
8  *=========================================================================
9  */
10 
15 #include "gfcpp_globals.hpp"
16 #include "Cacheable.hpp"
17 #include "CacheableKey.hpp"
18 #include "CacheableBuiltins.hpp"
19 #include "CacheableDate.hpp"
20 #include "CacheableFileName.hpp"
21 #include "CacheableObjectArray.hpp"
22 #include "CacheableString.hpp"
23 #include "CacheableUndefined.hpp"
24 #include "CacheFactory.hpp"
25 #include "Cache.hpp"
26 #include "GemFireCache.hpp"
28 #include "CacheAttributes.hpp"
29 #include "CacheStatistics.hpp"
30 #include "CqAttributesFactory.hpp"
31 #include "CqAttributes.hpp"
32 #include "CqListener.hpp"
33 #include "CqQuery.hpp"
34 #include "CqServiceStatistics.hpp"
35 #include "DataInput.hpp"
36 #include "DataOutput.hpp"
37 #include "Delta.hpp"
38 #include "DistributedSystem.hpp"
39 #include "EntryEvent.hpp"
40 #include "Exception.hpp"
41 #include "ExceptionTypes.hpp"
42 #include "Execution.hpp"
43 #include "ExpirationAction.hpp"
44 #include "ExpirationAttributes.hpp"
45 #include "FunctionService.hpp"
46 #include "HashMapT.hpp"
47 #include "HashSetT.hpp"
48 #include "Query.hpp"
49 #include "QueryService.hpp"
50 #include "RegionEvent.hpp"
51 #include "Region.hpp"
52 #include "Pool.hpp"
53 #include "PoolManager.hpp"
54 #include "PoolFactory.hpp"
55 #include "RegionService.hpp"
56 #include "ResultCollector.hpp"
57 #include "ResultSet.hpp"
58 #include "ScopeType.hpp"
59 #include "Serializable.hpp"
60 #include "SharedPtr.hpp"
61 #include "SignalHandler.hpp"
62 #include "StructSet.hpp"
63 #include "UserData.hpp"
64 #include "VectorT.hpp"
65 #include "TransactionId.hpp"
66 #include "UserFunctionExecutionException.hpp"
67 #include "PdxInstanceFactory.hpp"
68 #include "PdxInstance.hpp"
69 #include "WritablePdxInstance.hpp"
70 #include "PdxWrapper.hpp"
71 #include "PdxSerializer.hpp"
72 #include "CacheableEnum.hpp"
73 #include "CqStatusListener.hpp"
74 #include "PdxFieldTypes.hpp"
75 
76 #include "GemfireCppCache.inl"
77 #endif //define __GEMFIRE_GEMFIRECPPCACHE_H__
Contains generic template definitions for Cacheable types and instantiations for built-in types...

GemFire C++ Cache API Documentation