xentara-plugin v1.2.1
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::memory::BitField< Type > Class Template Referencefinal

An empty placeholder class used as structure of memory containing an unsigned integer bit field. More...

#include <memory/BitField.hpp>

Public Types

using BaseType = Type
 The unsigned integer type that holds the bits.
 
using TargetObject = Object< Type >
 The corresponding object type.
 

Detailed Description

template<utils::tools::UnsignedIntegral Type>
class xentara::memory::BitField< Type >

An empty placeholder class used as structure of memory containing an unsigned integer bit field.

Template Parameters
TypeThe unsigned integer type that holds the bits

Member Typedef Documentation

◆ BaseType

template<utils::tools::UnsignedIntegral Type>
using xentara::memory::BitField< Type >::BaseType = Type

The unsigned integer type that holds the bits.

◆ TargetObject

template<utils::tools::UnsignedIntegral Type>
using xentara::memory::BitField< Type >::TargetObject = Object<Type>

The corresponding object type.