Apache Ignite C++
Static Public Member Functions | List of all members
ignite::binary::BinaryTypeDefaultHashing< T > Struct Template Reference

Default implementations of BinaryType hashing functions. More...

#include <binary_type.h>

Inheritance diagram for ignite::binary::BinaryTypeDefaultHashing< T >:
ignite::binary::BinaryTypeDefaultAll< T >

Static Public Member Functions

static int32_t GetTypeId ()
 Get binary object type ID. More...
 
static int32_t GetFieldId (const char *name)
 Get binary object field ID. More...
 

Detailed Description

template<typename T>
struct ignite::binary::BinaryTypeDefaultHashing< T >

Default implementations of BinaryType hashing functions.

Member Function Documentation

◆ GetFieldId()

template<typename T >
static int32_t ignite::binary::BinaryTypeDefaultHashing< T >::GetFieldId ( const char *  name)
inlinestatic

Get binary object field ID.

Parameters
nameField name.
Returns
Field ID.

◆ GetTypeId()

template<typename T >
static int32_t ignite::binary::BinaryTypeDefaultHashing< T >::GetTypeId ( )
inlinestatic

Get binary object type ID.

Returns
Type ID.

The documentation for this struct was generated from the following file: