Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Classes | Public Member Functions | Public Attributes | List of all members
CollationCacheStruct Struct Reference

#include <ICUBridgeCollationCompareFunctorImpl.hpp>

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 50 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Constructor & Destructor Documentation

◆ CollationCacheStruct() [1/3]

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

Definition at line 52 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ CollationCacheStruct() [2/3]

CollationCacheStruct::CollationCacheStruct ( MemoryManager &  theManager)
inline

Definition at line 61 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ CollationCacheStruct() [3/3]

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

Definition at line 67 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Member Function Documentation

◆ swap()

void CollationCacheStruct::swap ( CollationCacheStruct theOther)
inline

Definition at line 74 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Member Data Documentation

◆ m_collator

CollatorType* CollationCacheStruct::m_collator

Definition at line 101 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ m_locale

XalanDOMString CollationCacheStruct::m_locale

Definition at line 99 of file ICUBridgeCollationCompareFunctorImpl.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo