ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
enumrecords.inl File Reference

Description:

This header file is part of module ALib Enums of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file enumrecords.inl.

Include dependency graph for enumrecords.inl:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EnumRecordHook< TEnum >
 
struct  EnumRecordHook< TEnum >::Node
 A node of the forward list that contains the custom record data. More...
 

Namespaces

namespace  alib
 
namespace  alib::enums
 
namespace  alib::enums::detail
 Details of namespace alib::enums.
 

Functions

ALIB_API const void * getEnumRecord (const std::type_info &rtti, integer integral)
 
ALIB_API void setEnumRecord (const std::type_info &rtti, integer integral, const void *record)