Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdldfp::DecimalNumPut_WideBufferWrapper< char, WCHAR_8_BIT > Class Template Reference

#include <bdldfp_decimal.h>

List of all members.

Public Member Functions

 DecimalNumPut_WideBufferWrapper (const char *buffer, int len, const bsl::locale &)
const char * begin () const
const char * end () const

Detailed Description

template<bool WCHAR_8_BIT>
class bdldfp::DecimalNumPut_WideBufferWrapper< char, WCHAR_8_BIT >

This class is specialization of the template WideBufferWrapper<CHARTYPE, WCHAR_8_BITS> for char type and wchar_t type which width is 8 bits.

See Component bdldfp_decimal


Constructor & Destructor Documentation

template<bool WCHAR_8_BIT>
bdldfp::DecimalNumPut_WideBufferWrapper< char, WCHAR_8_BIT >::DecimalNumPut_WideBufferWrapper ( const char *  buffer,
int  len,
const bsl::locale &   
)

Create a wide buffer wrapper for the specified buffer of the specified length len.


Member Function Documentation

template<bool WCHAR_8_BIT>
const char* bdldfp::DecimalNumPut_WideBufferWrapper< char, WCHAR_8_BIT >::begin (  )  const

Return a pointer to the beginning of the buffer of plain characters provided in this class constructor.

template<bool WCHAR_8_BIT>
const char* bdldfp::DecimalNumPut_WideBufferWrapper< char, WCHAR_8_BIT >::end (  )  const

Return a pointer to the end of the buffer of plain characters provided in this class constructor.


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