Itzam/C++
Created by Scott Robert Ladd at
Coyote Gulch Productions.
itzam::select_all< key_t > Class Template Reference
A selector for all records.
More...
#include <itzam_common.h>
Inheritance diagram for itzam::select_all< key_t >:
List of all members.Public Member Functions
Static Public Member Functions
- static bool select (const void *key)
- Selection function.
Detailed Description
template<class key_t>
class itzam::select_all< key_t >
This selector returns true for any key, such that any iterator using this selector will reference all records within the database.
- Parameters:
-
| key_t | A key type, derived from data_t, and implementing a static member function for comparing keys |
Constructor & Destructor Documentation
Member Function Documentation
|
template<class key_t> |
| static bool itzam::select_all< key_t >::select |
( |
const void * |
key |
) |
[inline, static] |
|
|
|
Returns true for any given key. - Parameters:
-
| key | Key to be tested for inclusion in the associated iterator |
- Returns:
- Always true
|
The documentation for this class was generated from the following file:
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.