COMBINATORIAL_BLAS  1.6
iosort::bfs_index< order > Class Template Reference

#include <funnel.h>

Public Member Functions

 bfs_index ()
 
 operator order_t () const
 
bfs_index< order > operator= (const bfs_index< order > &rhs)
 
bool operator== (const bfs_index< order > &rhs) const
 
bool operator!= (const bfs_index< order > &rhs) const
 
void child (basic_order_t ch)
 
void parent ()
 
basic_order_t child_index () const
 

Detailed Description

template<int order>
class iosort::bfs_index< order >

Definition at line 71 of file funnel.h.

Constructor & Destructor Documentation

◆ bfs_index()

template<int order>
iosort::bfs_index< order >::bfs_index ( )
inline

Definition at line 74 of file funnel.h.

Member Function Documentation

◆ child()

template<int order>
void iosort::bfs_index< order >::child ( basic_order_t  ch)
inline

Definition at line 83 of file funnel.h.

◆ child_index()

template<int order>
basic_order_t iosort::bfs_index< order >::child_index ( ) const
inline

Definition at line 87 of file funnel.h.

◆ operator order_t()

template<int order>
iosort::bfs_index< order >::operator order_t ( ) const
inline

Definition at line 75 of file funnel.h.

◆ operator!=()

template<int order>
bool iosort::bfs_index< order >::operator!= ( const bfs_index< order > &  rhs) const
inline

Definition at line 81 of file funnel.h.

◆ operator=()

template<int order>
bfs_index<order> iosort::bfs_index< order >::operator= ( const bfs_index< order > &  rhs)
inline

Definition at line 77 of file funnel.h.

◆ operator==()

template<int order>
bool iosort::bfs_index< order >::operator== ( const bfs_index< order > &  rhs) const
inline

Definition at line 79 of file funnel.h.

◆ parent()

template<int order>
void iosort::bfs_index< order >::parent ( )
inline

Definition at line 85 of file funnel.h.


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