Xalan-C++ API Reference 1.12.0
xalanc::CollationCacheStruct Struct Reference

#include <xalanc/ICUBridge/ICUBridgeCollationCompareFunctorImpl.hpp>

Collaboration diagram for xalanc::CollationCacheStruct:
[legend]

Classes

struct  CollatorDeleteFunctor
struct  CollatorFindFunctor

Public Member Functions

 CollationCacheStruct (MemoryManager &theManager, const XalanDOMString &theLocale, CollatorType *theCollator)
 CollationCacheStruct (MemoryManager &theManager)
 CollationCacheStruct (const CollationCacheStruct &other, MemoryManager &theManager)
void swap (CollationCacheStruct &theOther)

Public Attributes

XalanDOMString m_locale
CollatorTypem_collator

Detailed Description

Definition at line 46 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Constructor & Destructor Documentation

◆ CollationCacheStruct() [1/3]

xalanc::CollationCacheStruct::CollationCacheStruct ( MemoryManager & theManager,
const XalanDOMString & theLocale,
CollatorType * theCollator )
inline

◆ CollationCacheStruct() [2/3]

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

Definition at line 57 of file ICUBridgeCollationCompareFunctorImpl.hpp.

References m_collator, and m_locale.

◆ CollationCacheStruct() [3/3]

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

Member Function Documentation

◆ swap()

void xalanc::CollationCacheStruct::swap ( CollationCacheStruct & theOther)
inline

Member Data Documentation

◆ m_collator

◆ m_locale


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