openMSX
Public Member Functions | List of all members
strCatImpl::ConcatVariableWidthHexIntegral< Case, T > Struct Template Reference

#include <strCat.hh>

Public Member Functions

 ConcatVariableWidthHexIntegral (Digits n_, T t_)
 
size_t size () const
 
char * copy (char *dst) const
 

Detailed Description

template<HexCase Case, std::integral T>
struct strCatImpl::ConcatVariableWidthHexIntegral< Case, T >

Definition at line 337 of file strCat.hh.

Constructor & Destructor Documentation

◆ ConcatVariableWidthHexIntegral()

template<HexCase Case, std::integral T>
strCatImpl::ConcatVariableWidthHexIntegral< Case, T >::ConcatVariableWidthHexIntegral ( Digits  n_,
t_ 
)
inline

Definition at line 339 of file strCat.hh.

References t.

Member Function Documentation

◆ copy()

template<HexCase Case, std::integral T>
char * strCatImpl::ConcatVariableWidthHexIntegral< Case, T >::copy ( char *  dst) const
inline

Definition at line 349 of file strCat.hh.

References lower, repeat(), and t.

◆ size()

template<HexCase Case, std::integral T>
size_t strCatImpl::ConcatVariableWidthHexIntegral< Case, T >::size ( ) const
inline

Definition at line 344 of file strCat.hh.


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