Xalan-C++ API Reference  1.12.0
Classes | Public Member Functions | Public Attributes | List of all members
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

Definition at line 48 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ CollationCacheStruct() [2/3]

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

Definition at line 57 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ CollationCacheStruct() [3/3]

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

Definition at line 63 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Member Function Documentation

◆ swap()

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

Definition at line 70 of file ICUBridgeCollationCompareFunctorImpl.hpp.

References m_collator, and m_locale.

Member Data Documentation

◆ m_collator

CollatorType* xalanc::CollationCacheStruct::m_collator

◆ m_locale

XalanDOMString xalanc::CollationCacheStruct::m_locale

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