Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Classes | Functions
STLHelper.hpp File Reference

Go to the source code of this file.

Classes

struct  XalanDestroyFunctor< Type >
struct  DeleteFunctor< Type >
 Functor to delete objects, used in STL iteration algorithms. More...
struct  select1st< PairType >
 Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms. More...
struct  select2nd< PairType >
 Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms. More...
struct  ClearFunctor< Type >
 Functor to call a clear() member function on its argument. More...
struct  MapValueDeleteFunctor< T >
 Functor to delete value objects in maps, used in STL iteration algorithms. More...
struct  less_null_terminated_arrays< T >
 This functor is designed to compare 0-terminated arrays. More...
struct  equal_null_terminated_arrays< T >
struct  hash_null_terminated_arrays< T >
struct  XalanMapKeyTraits< const XalanDOMChar * >
class  CollectionClearGuard< CollectionType >
class  CollectionDeleteGuard< CollectionType, DeleteFunctorType >
struct  pointer_equals< T >
struct  pointer_equals_predicate< T >
struct  pointer_less< T >
struct  pointer_equal< T >

Functions

template<class Type >
XalanDestroyFunctor< Type > makeXalanDestroyFunctor (const Type *)
template<class MapType >
MapValueDeleteFunctor< MapType > makeMapValueDeleteFunctor (MapType &theMap)

Function Documentation

template<class MapType >
MapValueDeleteFunctor<MapType> makeMapValueDeleteFunctor ( MapType &  theMap)
template<class Type >
XalanDestroyFunctor<Type> makeXalanDestroyFunctor ( const Type *  )

Interpreting class diagrams

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

dot

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

Apache Logo