libglom-1.20  1.19.14
Public Member Functions
Glom::predicate_FieldHasName Class Reference

A predicate for use with std::find_if() to find a Field or LayoutItem which refers to the same field, looking at just the name. More...

List of all members.

Public Member Functions

 predicate_FieldHasName (const Glib::ustring& strName)
virtual ~predicate_FieldHasName ()
bool operator() (const T_Element& element)
bool operator() (const sharedptr< T_Element >& element)
bool operator() (const sharedptr< const T_Element >& element)

Detailed Description

A predicate for use with std::find_if() to find a Field or LayoutItem which refers to the same field, looking at just the name.


Constructor & Destructor Documentation

Glom::predicate_FieldHasName::predicate_FieldHasName ( const Glib::ustring strName) [inline]
virtual Glom::predicate_FieldHasName::~predicate_FieldHasName ( ) [inline, virtual]

Member Function Documentation

bool Glom::predicate_FieldHasName::operator() ( const T_Element &  element) [inline]
bool Glom::predicate_FieldHasName::operator() ( const sharedptr< T_Element >&  element) [inline]
bool Glom::predicate_FieldHasName::operator() ( const sharedptr< const T_Element >&  element) [inline]

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