Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::CacheableFloat Class Reference

An immutable wrapper for floats that can serve as a distributable key object for caching. More...

#include <CacheableBuiltins.hpp>

Inherits Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat, Single, static_cast< int8_t >(DSCode::CacheableFloat)>.

Public Member Functions

 CacheableFloat ()
 * Allocates a new instance with the given value. More...
 
 CacheableFloat (Single value)
 * Allocates a new instance with the given value. More...
 
virtual bool Equals (ICacheableKey^ other) override
 Return true if this key matches other object. More...
 
virtual bool Equals (Object^ obj) override
 Return true if this key matches other object. More...
 
virtual System::Int32 GetHashCode () override
 Return the hashcode for this key. More...
 
bool operator== (Single other)
 Comparison operator against another value. More...
 
String ^ ToString () override
 Return a string representation of the object. More...
 

Static Public Member Functions

static CacheableFloatCreate (Single value)
 * Static function to create a new instance given value. More...
 
static ISerializableCreateDeserializable ()
 * Factory function to register this class. More...
 
static operator CacheableKey^ (bool value)
 Implicit conversion operator from a boolean to a CacheableKey. More...
 
static operator CacheableKey^ (Byte value)
 Implicit conversion operator from a byte to a CacheableKey. More...
 
static operator CacheableKey^ (Char value)
 Implicit conversion operator from a character to a CacheableKey. More...
 
static operator CacheableKey^ (Double value)
 Implicit conversion operator from a double to a CacheableKey. More...
 
static operator CacheableKey^ (Single value)
 Implicit conversion operator from a float to a CacheableKey. More...
 
static operator CacheableKey^ (String^ value)
 Implicit conversion operator from a string to a CacheableKey. More...
 
static operator CacheableKey^ (System::Int16 value)
 Implicit conversion operator from a 16-bit integer to a CacheableKey. More...
 
static operator CacheableKey^ (System::Int32 value)
 Implicit conversion operator from a 32-bit integer to a CacheableKey. More...
 
static operator CacheableKey^ (System::Int64 value)
 Implicit conversion operator from a 64-bit integer to a CacheableKey. More...
 
static operator Single (CacheableFloat ^ value)
 * Explicit conversion operator to contained value type. More...
 

Properties

System::UInt64 ObjectSize [get]
 Get the size of this object in bytes. More...
 
virtual System::UInt64 ObjectSize [get]
 return the size of this object in bytes More...
 
Single Value [get]
 Gets the value. More...
 

Detailed Description

An immutable wrapper for floats that can serve as a distributable key object for caching.

Constructor & Destructor Documentation

◆ CacheableFloat() [1/2]

Apache::Geode::Client::CacheableFloat::CacheableFloat ( )
inline

* Allocates a new instance with the given value.

*

Parameters
valuethe value of the new instance


◆ CacheableFloat() [2/2]

Apache::Geode::Client::CacheableFloat::CacheableFloat ( Single  value)
inline

* Allocates a new instance with the given value.

*

Parameters
valuethe value of the new instance


Member Function Documentation

◆ Create()

static CacheableFloat ^ Apache::Geode::Client::CacheableFloat::Create ( Single  value)
inlinestatic

* Static function to create a new instance given value.

*

Parameters
valuethe value of the new instance


◆ CreateDeserializable()

static ISerializable ^ Apache::Geode::Client::CacheableFloat::CreateDeserializable ( )
inlinestatic

* Factory function to register this class.


◆ Equals() [1/2]

virtual bool Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat , Single , TYPEID >::Equals ( ICacheableKey other)
inlineoverridevirtualinherited

Return true if this key matches other object.

It invokes the '==' operator of the underlying native object.

Reimplemented from Apache::Geode::Client::CacheableKey.

◆ Equals() [2/2]

virtual bool Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat , Single , TYPEID >::Equals ( Object^  obj)
inlineoverridevirtualinherited

Return true if this key matches other object.

It invokes the '==' operator of the underlying native object.

Reimplemented from Apache::Geode::Client::CacheableKey.

◆ GetHashCode()

virtual System::Int32 Apache::Geode::Client::CacheableKey::GetHashCode ( )
overridevirtualinherited

Return the hashcode for this key.

It gets the hash code by calling the hashcode() function of the underlying apache::geode::client::CacheableKey object.

Implements Apache::Geode::Client::ICacheableKey.

Reimplemented in Apache::Geode::Client::CacheableString.

◆ operator CacheableKey^() [1/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( bool  value)
staticinherited

Implicit conversion operator from a boolean to a CacheableKey.

◆ operator CacheableKey^() [2/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( Byte  value)
staticinherited

Implicit conversion operator from a byte to a CacheableKey.

◆ operator CacheableKey^() [3/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( Char  value)
staticinherited

Implicit conversion operator from a character to a CacheableKey.

◆ operator CacheableKey^() [4/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( Double  value)
staticinherited

Implicit conversion operator from a double to a CacheableKey.

◆ operator CacheableKey^() [5/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( Single  value)
staticinherited

Implicit conversion operator from a float to a CacheableKey.

◆ operator CacheableKey^() [6/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( String^  value)
staticinherited

Implicit conversion operator from a string to a CacheableKey.

◆ operator CacheableKey^() [7/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( System::Int16  value)
staticinherited

Implicit conversion operator from a 16-bit integer to a CacheableKey.

◆ operator CacheableKey^() [8/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( System::Int32  value)
staticinherited

Implicit conversion operator from a 32-bit integer to a CacheableKey.

◆ operator CacheableKey^() [9/9]

static Apache::Geode::Client::CacheableKey::operator CacheableKey^ ( System::Int64  value)
staticinherited

Implicit conversion operator from a 64-bit integer to a CacheableKey.

◆ operator Single()

static Apache::Geode::Client::CacheableFloat::operator Single ( CacheableFloat value)
inlineexplicitstatic

* Explicit conversion operator to contained value type.


◆ operator==()

bool Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat , Single , TYPEID >::operator== ( Single  other)
inlineinherited

Comparison operator against another value.

◆ ToString()

String ^ Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat , Single , TYPEID >::ToString ( )
inlineoverrideinherited

Return a string representation of the object.

This returns the string for the Value property.

Implements Apache::Geode::Client::ISerializable.

Property Documentation

◆ ObjectSize [1/2]

System:: UInt64 Apache::Geode::Client::ISerializable::ObjectSize
getinherited

Get the size of this object in bytes.

This is only needed if you use the HeapLRU feature.

Note that you can simply return zero if you are not using the HeapLRU feature.

Returns
the size of this object in bytes.

◆ ObjectSize [2/2]

virtual System:: UInt64 Apache::Geode::Client::Serializable::ObjectSize
getinherited

return the size of this object in bytes

◆ Value

Single Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat , Single , TYPEID >::Value
getinherited

Gets the value.


Apache Geode C++ Cache .NET API Documentation