YAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
is_named Class Reference

Functor class for filtering objects that have a #name() function. More...

#include <Filters.h>

Public Member Functions

 is_named (std::string name)
 constructor
 
template<typename T >
const bool operator() (const T &t) const
 functor
 

Private Attributes

std::string Name_
 name to check equality to
 

Detailed Description

Functor class for filtering objects that have a #name() function.


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