ll_unary_compose< _Operation1, _Operation2 > Class Template Reference

#include <llstl.h>

Collaboration diagram for ll_unary_compose< _Operation1, _Operation2 >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ll_unary_compose (const _Operation1 &__x, const _Operation2 &__y)
_Operation1::result_type operator() (const typename _Operation2::argument_type &__x) const

Protected Attributes

_Operation1 __op1
_Operation2 __op2

Detailed Description

template<class _Operation1, class _Operation2>
class ll_unary_compose< _Operation1, _Operation2 >

Definition at line 368 of file llstl.h.


Constructor & Destructor Documentation

template<class _Operation1, class _Operation2>
ll_unary_compose< _Operation1, _Operation2 >::ll_unary_compose ( const _Operation1 &  __x,
const _Operation2 &  __y 
) [inline]

Definition at line 376 of file llstl.h.


Member Function Documentation

template<class _Operation1, class _Operation2>
_Operation1::result_type ll_unary_compose< _Operation1, _Operation2 >::operator() ( const typename _Operation2::argument_type &  __x  )  const [inline]

Definition at line 379 of file llstl.h.

References ll_unary_compose< _Operation1, _Operation2 >::__op1, and ll_unary_compose< _Operation1, _Operation2 >::__op2.


Member Data Documentation

template<class _Operation1, class _Operation2>
_Operation1 ll_unary_compose< _Operation1, _Operation2 >::__op1 [protected]

Definition at line 373 of file llstl.h.

Referenced by ll_unary_compose< _Operation1, _Operation2 >::operator()().

template<class _Operation1, class _Operation2>
_Operation2 ll_unary_compose< _Operation1, _Operation2 >::__op2 [protected]

Definition at line 374 of file llstl.h.

Referenced by ll_unary_compose< _Operation1, _Operation2 >::operator()().


The documentation for this class was generated from the following file:
Generated on Thu Jul 1 06:11:09 2010 for Second Life Viewer by  doxygen 1.4.7