Xalan-C++ API Reference  1.12.0
Classes | Public Member Functions | Public Attributes | List of all members
xalanc::DecimalFormatCacheStruct Struct Reference

#include <xalanc/ICUBridge/ICUFormatNumberFunctor.hpp>

Collaboration diagram for xalanc::DecimalFormatCacheStruct:
[legend]

Classes

class  DecimalFormatDeleteFunctor
 
struct  DecimalFormatFindFunctor
 

Public Member Functions

 DecimalFormatCacheStruct (MemoryManager &theManager, const XalanDecimalFormatSymbols &theDFS, DecimalFormatType *theFormatter)
 
 DecimalFormatCacheStruct (MemoryManager &theManager)
 
 DecimalFormatCacheStruct (const DecimalFormatCacheStruct &other, MemoryManager &theManager)
 

Public Attributes

XalanDecimalFormatSymbols m_DFS
 
DecimalFormatTypem_formatter
 

Detailed Description

Definition at line 55 of file ICUFormatNumberFunctor.hpp.

Constructor & Destructor Documentation

◆ DecimalFormatCacheStruct() [1/3]

xalanc::DecimalFormatCacheStruct::DecimalFormatCacheStruct ( MemoryManager &  theManager,
const XalanDecimalFormatSymbols theDFS,
DecimalFormatType theFormatter 
)
inline

Definition at line 57 of file ICUFormatNumberFunctor.hpp.

◆ DecimalFormatCacheStruct() [2/3]

xalanc::DecimalFormatCacheStruct::DecimalFormatCacheStruct ( MemoryManager &  theManager)
inline

Definition at line 67 of file ICUFormatNumberFunctor.hpp.

◆ DecimalFormatCacheStruct() [3/3]

xalanc::DecimalFormatCacheStruct::DecimalFormatCacheStruct ( const DecimalFormatCacheStruct other,
MemoryManager &  theManager 
)
inline

Definition at line 73 of file ICUFormatNumberFunctor.hpp.

Member Data Documentation

◆ m_DFS

XalanDecimalFormatSymbols xalanc::DecimalFormatCacheStruct::m_DFS

◆ m_formatter

DecimalFormatType* xalanc::DecimalFormatCacheStruct::m_formatter

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