VMware GemFire Native C++ Reference  9.1
GeodeCppCache.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef GEODE_GEODECPPCACHE_H_
4 #define GEODE_GEODECPPCACHE_H_
5 
6 /*
7  * Licensed to the Apache Software Foundation (ASF) under one or more
8  * contributor license agreements. See the NOTICE file distributed with
9  * this work for additional information regarding copyright ownership.
10  * The ASF licenses this file to You under the Apache License, Version 2.0
11  * (the "License"); you may not use this file except in compliance with
12  * the License. You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  */
22 
27 #include "geode_globals.hpp"
28 #include "Cacheable.hpp"
29 #include "CacheableKey.hpp"
30 #include "CacheableBuiltins.hpp"
31 #include "CacheableDate.hpp"
32 #include "CacheableFileName.hpp"
33 #include "CacheableObjectArray.hpp"
34 #include "CacheableString.hpp"
35 #include "CacheableUndefined.hpp"
36 #include "CacheFactory.hpp"
37 #include "Cache.hpp"
38 #include "GeodeCache.hpp"
39 #include "CacheAttributes.hpp"
40 #include "CacheStatistics.hpp"
41 #include "CqAttributesFactory.hpp"
42 #include "CqAttributes.hpp"
43 #include "CqListener.hpp"
44 #include "CqQuery.hpp"
45 #include "CqServiceStatistics.hpp"
46 #include "DataInput.hpp"
47 #include "DataOutput.hpp"
48 #include "Delta.hpp"
49 #include "DistributedSystem.hpp"
50 #include "EntryEvent.hpp"
51 #include "Exception.hpp"
52 #include "ExceptionTypes.hpp"
53 #include "Execution.hpp"
54 #include "ExpirationAction.hpp"
55 #include "ExpirationAttributes.hpp"
56 #include "FunctionService.hpp"
57 #include "HashMapT.hpp"
58 #include "HashSetT.hpp"
59 #include "Query.hpp"
60 #include "QueryService.hpp"
61 #include "RegionEvent.hpp"
62 #include "Region.hpp"
63 #include "Pool.hpp"
64 #include "PoolManager.hpp"
65 #include "PoolFactory.hpp"
66 #include "RegionService.hpp"
67 #include "ResultCollector.hpp"
68 #include "ResultSet.hpp"
69 #include "Serializable.hpp"
70 #include "SharedPtr.hpp"
71 #include "StructSet.hpp"
72 #include "UserData.hpp"
73 #include "VectorT.hpp"
74 #include "TransactionId.hpp"
75 #include "UserFunctionExecutionException.hpp"
76 #include "PdxInstanceFactory.hpp"
77 #include "PdxInstance.hpp"
78 #include "WritablePdxInstance.hpp"
79 #include "PdxWrapper.hpp"
80 #include "PdxSerializer.hpp"
81 #include "CacheableEnum.hpp"
82 #include "CqStatusListener.hpp"
83 #include "PdxFieldTypes.hpp"
84 
85 #include "GeodeCppCache.inl"
86 
87 #endif // GEODE_GEODECPPCACHE_H_
Contains generic template definitions for Cacheable types and instantiations for built-in types...

Pivotal GemFire C++ Cache API Documentation