ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
EnumRecordKey Struct Reference

Description:


The key-type of the central hash table that stores all enum records. Contains inner functors for hashing and comparing.

Definition at line 34 of file enumrecordmap.hpp.

#include <enumrecordmap.hpp>

Inner Type Index:

struct  EqualTo
 
struct  Hash
 

Public Field Index:

integer Element
 
const std::type_info & RTTI
 

Public Method Index:

 EnumRecordKey (const std::type_info &rtti, integer element)
 

Field Details:

◆ Element

integer Element

Integral value of the enumeration element.

Definition at line 40 of file enumrecordmap.hpp.

◆ RTTI

const std::type_info& RTTI

Run-time type information on the enumeration type

Definition at line 37 of file enumrecordmap.hpp.

Constructor(s) / Destructor Details::

◆ EnumRecordKey()

EnumRecordKey ( const std::type_info & rtti,
integer element )
inline

Constructor.

Parameters
rttiAssigned to RTTI.
elementAssigned to Element.

Definition at line 47 of file enumrecordmap.hpp.


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