Template Struct TypeFilter

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct TypeFilter : public nix::util::Filter<T>

Public Functions

inline TypeFilter(const std::string &str, bool exact = true)
inline TypeFilter(const boost::regex &expr)
inline virtual bool operator()(const T &e)

Public Members

boost::regex expression
bool exact