Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
hash_null_terminated_array< T > Struct Template Reference

#include <STLHelper.hpp>

Inherits XALAN_STD_QUALIFIER unary_function< const T *, size_t >.

Public Types

typedef XALAN_STD_QUALIFIER unary_function< const T *, size_t > BaseClassType
 
typedef BaseClassType::result_type result_type
 
typedef BaseClassType::argument_type argument_type
 

Public Member Functions

result_type operator() (argument_type theKey, result_type theInitialValue=0) const
 

Detailed Description

template<class T>
struct hash_null_terminated_array< T >

Definition at line 453 of file STLHelper.hpp.

Member Typedef Documentation

◆ argument_type

template<class T >
typedef BaseClassType::argument_type hash_null_terminated_array< T >::argument_type

Definition at line 458 of file STLHelper.hpp.

◆ BaseClassType

template<class T >
typedef XALAN_STD_QUALIFIER unary_function<const T*, size_t> hash_null_terminated_array< T >::BaseClassType

Definition at line 455 of file STLHelper.hpp.

◆ result_type

template<class T >
typedef BaseClassType::result_type hash_null_terminated_array< T >::result_type

Definition at line 457 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class T >
result_type hash_null_terminated_array< T >::operator() ( argument_type  theKey,
result_type  theInitialValue = 0 
) const
inline

Definition at line 461 of file STLHelper.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