| #ifndef __GEMFIRE_GEMFIRECPPCACHE_H__ |
| #define __GEMFIRE_GEMFIRECPPCACHE_H__ |
| /*========================================================================= |
| * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved. |
| * This product is protected by U.S. and international copyright |
| * and intellectual property laws. Pivotal products are covered by |
| * more patents listed at http://www.pivotal.io/patents. |
| *========================================================================= |
| */ |
| |
| /** |
| * @file |
| */ |
| |
| #include "gfcpp_globals.hpp" |
| #include "Cacheable.hpp" |
| #include "CacheableKey.hpp" |
| #include "CacheableBuiltins.hpp" |
| #include "CacheableDate.hpp" |
| #include "CacheableFileName.hpp" |
| #include "CacheableObjectArray.hpp" |
| #include "CacheableString.hpp" |
| #include "CacheableUndefined.hpp" |
| #include "CacheFactory.hpp" |
| #include "Cache.hpp" |
| #include "GemFireCache.hpp" |
| #include "CacheAttributesFactory.hpp" |
| #include "CacheAttributes.hpp" |
| #include "CacheStatistics.hpp" |
| #include "CqAttributesFactory.hpp" |
| #include "CqAttributes.hpp" |
| #include "CqListener.hpp" |
| #include "CqQuery.hpp" |
| #include "CqServiceStatistics.hpp" |
| #include "DataInput.hpp" |
| #include "DataOutput.hpp" |
| #include "Delta.hpp" |
| #include "DistributedSystem.hpp" |
| #include "EntryEvent.hpp" |
| #include "Exception.hpp" |
| #include "ExceptionTypes.hpp" |
| #include "Execution.hpp" |
| #include "ExpirationAction.hpp" |
| #include "ExpirationAttributes.hpp" |
| #include "FunctionService.hpp" |
| #include "HashMapT.hpp" |
| #include "HashSetT.hpp" |
| #include "Query.hpp" |
| #include "QueryService.hpp" |
| #include "RegionEvent.hpp" |
| #include "Region.hpp" |
| #include "Pool.hpp" |
| #include "PoolManager.hpp" |
| #include "PoolFactory.hpp" |
| #include "RegionService.hpp" |
| #include "ResultCollector.hpp" |
| #include "ResultSet.hpp" |
| #include "ScopeType.hpp" |
| #include "Serializable.hpp" |
| #include "SharedPtr.hpp" |
| #include "SignalHandler.hpp" |
| #include "StructSet.hpp" |
| #include "UserData.hpp" |
| #include "VectorT.hpp" |
| #include "TransactionId.hpp" |
| #include "UserFunctionExecutionException.hpp" |
| #include "PdxInstanceFactory.hpp" |
| #include "PdxInstance.hpp" |
| #include "WritablePdxInstance.hpp" |
| #include "PdxWrapper.hpp" |
| #include "PdxSerializer.hpp" |
| #include "CacheableEnum.hpp" |
| #include "CqStatusListener.hpp" |
| #include "PdxFieldTypes.hpp" |
| |
| #include "GemfireCppCache.inl" |
| #endif //define __GEMFIRE_GEMFIRECPPCACHE_H__ |