Apache Ignite C++
Classes | Functions
ignite::binary Namespace Reference

Ignite Binary Objects API. More...

Classes

class  BinaryArrayReader
 Binary array reader. More...
 
class  BinaryArrayWriter
 Binary array writer. More...
 
class  BinaryCollectionReader
 Binary collection reader. More...
 
class  BinaryCollectionWriter
 Binary collection writer. More...
 
class  BinaryMapReader
 Binary map reader. More...
 
class  BinaryMapWriter
 Binary map writer. More...
 
class  BinaryObject
 Binary object. More...
 
class  BinaryRawReader
 Binary raw reader. More...
 
class  BinaryRawWriter
 Binary raw writer. More...
 
class  BinaryReader
 Binary reader. More...
 
class  BinaryStringArrayReader
 Binary string array reader. More...
 
class  BinaryStringArrayWriter
 Binary string array writer. More...
 
struct  BinaryType
 Binary type structure. More...
 
struct  BinaryType< T *>
 Templated binary type specification for pointers. More...
 
class  BinaryWriter
 Binary writer. More...
 
struct  CollectionType
 Binary collection types. More...
 
struct  MapType
 Binary map types. More...
 

Functions

IGNITE_IMPORT_EXPORT int32_t GetBinaryStringHashCode (const char *val)
 Get binary string hash code. More...
 

Detailed Description

Ignite Binary Objects API.

Function Documentation

◆ GetBinaryStringHashCode()

int32_t ignite::binary::GetBinaryStringHashCode ( const char *  val)

Get binary string hash code.

Parameters
valValue.
Returns
Hash code.