Itzam/C++

Main Index

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 >:

itzam::selector< key_t > List of all members.

Public Member Functions

Static Public Member Functions


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

template<class key_t>
virtual itzam::select_all< key_t >::~select_all  )  [inline, virtual]
 

Does nothing.


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.