00001 // derived.h -- 00002 // $Id: derived.h,v 1.6 2003/11/23 01:42:51 wcvs Exp $ 00003 // This is part of Metakit, the homepage is https://www.equi4.com/metakit/ 00004 00009 #ifndef __DERIVED_H__ 00010 #define __DERIVED_H__ 00011 00013 // Declarations in this file 00014 00015 class c4_Cursor; // not defined here 00016 class c4_Sequence; // not defined here 00017 00018 extern c4_Sequence* f4_CreateFilter(c4_Sequence&, c4_Cursor, c4_Cursor); 00019 extern c4_Sequence* f4_CreateSort(c4_Sequence&, c4_Sequence* =0); 00020 extern c4_Sequence* f4_CreateProject(c4_Sequence&, c4_Sequence&, 00021 bool, c4_Sequence* =0); 00022 00024 00025 #endif