void GemStone::GemFire::Cache::Generic::Internal::SBWrap< gemfire::Serializable >::_SetNativePtr | ( | gemfire::Serializable * | nativeptr | ) | [inline, protected, inherited] |
Set the native pointer to the new object without doing a preserveSB(). DO NOT USE UNLESS YOU KNOW WHAT YOU ARE DOING.
void GemStone::GemFire::Cache::Generic::Internal::SBWrap< gemfire::Serializable >::AssignPtr | ( | gemfire::Serializable * | nativeptr | ) | [inline, protected, inherited] |
Used to assign the native pointer to a new object.
Note the order of preserveSB() and releaseSB(). This handles the corner case when m_nativeptr
is same as nativeptr
.
static CacheableDoubleArray ^ GemStone::GemFire::Cache::Generic::CacheableDoubleArray::Create | ( | array< Double >^ | value, | |
int32_t | length | |||
) | [inline, static] |
Static function to create a new instance copying from the given array.
Providing a null or zero size array will return a null object.
value | the array to create the new instance |
static CacheableDoubleArray ^ GemStone::GemFire::Cache::Generic::CacheableDoubleArray::Create | ( | array< Double >^ | value | ) | [inline, static] |
Static function to create a new instance copying from the given array.
Providing a null or zero size array will return a null object.
value | the array to create the new instance |
static IGFSerializable ^ GemStone::GemFire::Cache::Generic::CacheableDoubleArray::CreateDeserializable | ( | ) | [inline, static] |
Factory function to register this class.
virtual IGFSerializable ^ GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::FromData | ( | DataInput^ | input | ) | [inline, override, virtual, inherited] |
Deserializes the native (C++) object -- returns an instance of the Serializable
class with the native object wrapped inside.
input | the DataInput stream to use for reading the object data |
Reimplemented from GemStone::GemFire::Cache::Generic::Serializable.
void GemStone::GemFire::Cache::Generic::Internal::SBWrap< gemfire::Serializable >::InternalCleanup | ( | ) | [inline, protected, inherited] |
Internal cleanup function invoked by dispose/finalizer.
static GemStone::GemFire::Cache::Generic::CacheableDoubleArray::o | ( | CacheableDoubleArray^ | value | ) | [inline, explicit, static] |
Explicit conversion operator to contained array type.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< String^ >^ | value | ) | [static, inherited] |
Implicit conversion operator from a string array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | String^ | value | ) | [static, inherited] |
Implicit conversion operator from a string to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< int64_t >^ | value | ) | [static, inherited] |
Implicit conversion operator from a 64-bit integer array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< int32_t >^ | value | ) | [static, inherited] |
Implicit conversion operator from a 32-bit integer array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | int32_t | value | ) | [static, inherited] |
Implicit conversion operator from a 32-bit integer to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< int16_t >^ | value | ) | [static, inherited] |
Implicit conversion operator from a 16-bit integer array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< Char >^ | value | ) | [static, inherited] |
Implicit conversion operator from a character array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | Char | value | ) | [static, inherited] |
Implicit conversion operator from a character to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | int16_t | value | ) | [static, inherited] |
Implicit conversion operator from a 16-bit integer to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< Single >^ | value | ) | [static, inherited] |
Implicit conversion operator from a float array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | Single | value | ) | [static, inherited] |
Implicit conversion operator from a float to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< Double >^ | value | ) | [static, inherited] |
Implicit conversion operator from a double array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | Double | value | ) | [static, inherited] |
Implicit conversion operator from a double to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< bool >^ | value | ) | [static, inherited] |
Implicit conversion operator from an boolean array to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | array< Byte >^ | value | ) | [static, inherited] |
Implicit conversion operator from an array of bytes to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | Byte | value | ) | [static, inherited] |
Implicit conversion operator from a byte to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator GemStone::GemFire::Cache::Generic::Serializable^ | ( | bool | value | ) | [static, inherited] |
Implicit conversion operator from a boolean to a Serializable
.
static GemStone::GemFire::Cache::Generic::Serializable::operator Serializable^ | ( | int64_t | value | ) | [static, inherited] |
Implicit conversion operator from a 64-bit integer to a Serializable
.
static void GemStone::GemFire::Cache::Generic::Serializable::RegisterPdxSerializer | ( | IPdxSerializer^ | pdxSerializer | ) | [static, inherited] |
Set the PDX serializer for the cache. If this serializer is set, it will be consulted to see if it can serialize any domain classes which are added to the cache in portable data exchange format.
static void GemStone::GemFire::Cache::Generic::Serializable::RegisterPdxType | ( | PdxTypeFactoryMethod^ | creationMethod | ) | [static, inherited] |
Register an instance factory method for a given type. This should be used when registering types that implement IPdxSerializable.
creationMethod | the creation function to register |
IllegalArgumentException | if the method is null |
static void GemStone::GemFire::Cache::Generic::Serializable::RegisterTypeGeneric | ( | TypeFactoryMethodGeneric^ | creationMethod | ) | [static, inherited] |
Register an instance factory method for a given type. This should be used when registering types that implement IGFSerializable.
creationMethod | the creation function to register |
IllegalArgumentException | if the method is null | |
IllegalStateException | if the typeId has already been registered, or there is an error in registering the type; check Utils::LastError for more information in the latter case. |
static void GemStone::GemFire::Cache::Generic::Serializable::SetPdxTypeMapper | ( | IPdxTypeMapper^ | pdxTypeMapper | ) | [static, inherited] |
Register an PdxTypeMapper to map the local types to pdx types
pdxTypeMapper | Object which implements IPdxTypeMapper interface |
void GemStone::GemFire::Cache::Generic::Internal::SBWrap< gemfire::Serializable >::SetPtr | ( | gemfire::Serializable * | nativeptr | ) | [inline, protected, inherited] |
Used to set the native pointer to a new object. This should only be used when you know that the underlying object is NULL.
virtual void GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::ToData | ( | DataOutput^ | output | ) | [inline, override, virtual, inherited] |
Serializes this native (C++) object.
output | the DataOutput object to use for serializing the object |
Reimplemented from GemStone::GemFire::Cache::Generic::Serializable.
virtual String ^ GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::ToString | ( | ) | [inline, override, virtual, inherited] |
Return a string representation of the object. It simply returns the string representation of the underlying native object by calling its toString()
function.
Reimplemented from GemStone::GemFire::Cache::Generic::Serializable.
virtual uint32_t GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::ClassId [get, inherited] |
Returns the classId of the instance being serialized. This is used by deserialization to determine what instance type to create and deserialize into.
Reimplemented from GemStone::GemFire::Cache::Generic::Serializable.
Double GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::Item [get, inherited] |
Returns the value at the given index.
int32_t GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::Length [get, inherited] |
Returns the size of this array.
virtual uint32_t GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::ObjectSize [get, inherited] |
return the size of this object in bytes
Reimplemented from GemStone::GemFire::Cache::Generic::Serializable.
array< Double >^ GemStone::GemFire::Cache::Generic::CacheableBuiltinArray< gemfire::CacheableDoubleArray , gemfire::CacheableDoubleArrayPtr , Double , TYPEID >::Value [get, inherited] |
Returns a copy of the underlying array.