Public Member Functions | List of all members
RStarAcceptAny< Node, Leaf > Struct Template Reference

#include <RStarVisitor.h>

Public Member Functions

bool operator() (const Node *const ) const
 
bool operator() (const Leaf *const ) const
 

Detailed Description

template<typename Node, typename Leaf>
struct RStarAcceptAny< Node, Leaf >

Definition at line 98 of file RStarVisitor.h.

Member Function Documentation

template<typename Node , typename Leaf >
bool RStarAcceptAny< Node, Leaf >::operator() ( const Node const) const
inline

Definition at line 100 of file RStarVisitor.h.

100 { return true; }
template<typename Node , typename Leaf >
bool RStarAcceptAny< Node, Leaf >::operator() ( const Leaf *  const) const
inline

Definition at line 101 of file RStarVisitor.h.

101 { return true; }

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