Public Member Functions | Private Attributes

mln::morpho::tree::internal::extend< I > Struct Template Reference

#include <dual_hqueue.hh>

List of all members.

Public Member Functions

 extend (const typename I::psite::delta &dp)
I::psite operator() (const typename I::psite &p) const

Private Attributes

const I::psite::delta dp_

Detailed Description

template<typename I>
struct mln::morpho::tree::internal::extend< I >

Definition at line 170 of file dual_hqueue.hh.


Constructor & Destructor Documentation

template<typename I>
mln::morpho::tree::internal::extend< I >::extend ( const typename I::psite::delta &  dp  )  [inline]

Definition at line 172 of file dual_hqueue.hh.


Member Function Documentation

template<typename I>
I ::psite mln::morpho::tree::internal::extend< I >::operator() ( const typename I::psite &  p  )  const [inline]

Definition at line 177 of file dual_hqueue.hh.

References mln::morpho::tree::internal::extend< I >::dp_.


Member Data Documentation

template<typename I>
const I ::psite::delta mln::morpho::tree::internal::extend< I >::dp_ [private]