SheafSystem  0.0.0.0
sheaf::unordered_set_filter Class Reference

Hash set implementation of filter concept. More...

#include <unordered_set_filter.h>

Public Member Functions

 unordered_set_filter (const unordered::unordered_set< pod_index_type > &xfilter)
 Creates an instance for unordered_set xfilter. More...
 
const unordered::unordered_set< pod_index_type > & filter () const
 The filter. More...
 
bool operator() (pod_index_type xmbr_index) const
 True if and only if filter() contains xmbr_index. More...
 

Detailed Description

Hash set implementation of filter concept.

Definition at line 42 of file unordered_set_filter.h.

Constructor & Destructor Documentation

◆ unordered_set_filter()

sheaf::unordered_set_filter::unordered_set_filter ( const unordered::unordered_set< pod_index_type > &  xfilter)
inline

Creates an instance for unordered_set xfilter.

Definition at line 49 of file unordered_set_filter.h.

Member Function Documentation

◆ filter()

const unordered::unordered_set<pod_index_type>& sheaf::unordered_set_filter::filter ( ) const
inline

The filter.

Definition at line 56 of file unordered_set_filter.h.

◆ operator()()

bool sheaf::unordered_set_filter::operator() ( pod_index_type  xmbr_index) const
inline

True if and only if filter() contains xmbr_index.

Definition at line 64 of file unordered_set_filter.h.


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