API Guides > ConceptRT 3.x
FilterFactoryByName Class Reference

Predicate that filter factories by a given name. More...

Detailed Description

Predicate that filter factories by a given name.

Can be used when calling ConceptContainer::RetrieveProvidedFactories.

+ Inheritance diagram for FilterFactoryByName:

Public Member Methods

 FilterFactoryByName (const String &name)
 Default constructor. More...
 
bool Evaluate (BaseConceptFactory &value) const
 Evaluate the condition on the given value. More...
 
- Public Member Methods inherited from Predicate< BaseConceptFactory & >
virtual ~Predicate ()
 Desctructor. More...
 
bool operator() (BaseConceptFactory & value) const
 Operator of transcoding to bool. More...
 

Constructor & Destructor Documentation

FilterFactoryByName ( const String name)
inline

Default constructor.

Parameters
nameThe given name used to filter.

Methods Documentation

bool Evaluate ( BaseConceptFactory value) const
inlinevirtual

Evaluate the condition on the given value.

Parameters
valueThe value to evaluate.
Returns
True if conditions are met, False if not.

Implements Predicate< BaseConceptFactory & >.