Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

LCF.h

Go to the documentation of this file.
00001 // LCF.h: LCD Callhome Format loader class
00002 // Haejoong Lee, Xiaoyi Ma, Steven Bird
00003 // Copyright (C) 2001 Linguistic Data Consortium, U Penn.
00004 // Web: http://www.ldc.upenn.edu/; Email: ldc@ldc.upenn.edu
00005 // For license information, see the file `LICENSE' included
00006 // with the distribution.
00007 
00008 
00009 #ifndef _LCF_H_
00010 #define _LCF_H_
00011 
00012 #include <string>
00013 #include <AGAPI.h>
00014 #include "agfio.h"
00015 
00017 class DllExport LCF : public agfio
00018 {
00019 private:
00020 
00021   virtual bool
00022   is_id_required()
00023   { return true; }
00024 
00025   virtual AGIds
00026   load();
00027 
00028 
00029 public:
00030 
00032 
00040   virtual void
00041   store(const string&       filename,
00042         const AGIds&        agIds = "",
00043         map<string,string>* options = NULL);
00044 
00045 };
00046 
00047 #endif

Generated at Wed Jul 3 14:54:03 2002 for Annotation Graph API by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001