Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

remap.h

Go to the documentation of this file.
00001 // remap.h --
00002 // $Id: remap.h,v 1.7 2003/11/23 01:42:51 wcvs Exp $
00003 // This is part of Metakit, see https://www.equi4.com/metakit/
00004 
00009 #ifndef __REMAP_H__
00010 #define __REMAP_H__
00011 
00013 // Declarations in this file
00014 
00015   class c4_Sequence;          // not defined here
00016 
00017   extern c4_CustomViewer* f4_CreateReadOnly(c4_Sequence&);
00018   extern c4_CustomViewer* f4_CreateHash(c4_Sequence&, int, c4_Sequence* =0);
00019   extern c4_CustomViewer* f4_CreateBlocked(c4_Sequence&);
00020   extern c4_CustomViewer* f4_CreateOrdered(c4_Sequence&, int);
00021   extern c4_CustomViewer* f4_CreateIndexed(c4_Sequence&, c4_Sequence&,
00022               const c4_View&, bool =false);
00023 
00025 
00026 #endif


Metakit C++ API Reference - https://www.equi4.com/metakit.html - extracted with Doxygen