|
|
|
|
|
|
|||
#include <openrj/stl/functional.hpp>
Public Member Functions | |
Construction | |
| record_has_field (char const *fieldName) | |
| Constructs an instance with the given field name. | |
| template<typename S> | |
| record_has_field (S const &fieldName) | |
| Constructs an instance with the given field name. | |
Operators | |
| template<typename R> | |
| bool | operator() (R const &record) const |
| Tests the given record to see whether it contains (one or more of) the required field. | |
| record_has_field | ( | char const * | fieldName | ) | [inline, explicit] |
Constructs an instance with the given field name.
| fieldName | The name of the field against which records will be tested |
| record_has_field | ( | S const & | fieldName | ) | [inline, explicit] |
Constructs an instance with the given field name.
| fieldName | The name of the field against which records will be tested |
| bool operator() | ( | R const & | record | ) | const [inline] |
Tests the given record to see whether it contains (one or more of) the required field.
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |