VMware GemFire Native Client Cache Reference
9.0.6
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
UserData.hpp
Go to the documentation of this file.
1
#ifndef __GEMFIRE_USERDATA_H__
2
#define __GEMFIRE_USERDATA_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 "
Serializable.hpp
"
17
18
19
namespace
gemfire
{
20
21
typedef
Serializable UserData;
22
typedef
SharedPtr< UserData >
UserDataPtr;
23
24
}
25
26
#endif //ifndef __GEMFIRE_USERDATA_H__
gemfire
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition:
Assert.hpp:19
gemfire::SharedPtr< UserData >
Serializable.hpp
GemFire C++ Cache API Documentation