SheafSystem  0.0.0.0
sheaf::set_filter Class Reference

Set implementation of filter concept. More...

#include <set_filter.h>

Public Member Functions

 set_filter (const std::set< pod_index_type > &xfilter)
 Creates an instance for unordered_set xfilter. More...
 
const std::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

Set implementation of filter concept.

Definition at line 38 of file set_filter.h.

Constructor & Destructor Documentation

◆ set_filter()

sheaf::set_filter::set_filter ( const std::set< pod_index_type > &  xfilter)
inline

Creates an instance for unordered_set xfilter.

Definition at line 45 of file set_filter.h.

Member Function Documentation

◆ filter()

const std::set<pod_index_type>& sheaf::set_filter::filter ( ) const
inline

The filter.

Definition at line 52 of file set_filter.h.

◆ operator()()

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

True if and only if filter() contains xmbr_index.

Definition at line 60 of file set_filter.h.


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