Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

EConfDatapump.h

Go to the documentation of this file.
00001 /* Copyright (C) 2002 Carsten Griwodz 00002 * 00003 * You are allowed to use all other parts of the code under the following terms: 00004 * 00005 * For non-commercial use, this code may be used in unmodified form 00006 * provided that this copyright notice and this permission notice appear 00007 * in supporting documentation. 00008 * 00009 * The code may be made subject to the terms of the GNU General Public 00010 * License, Version 2, and re-distributed under the terms of this license. 00011 * 00012 * Commercial use other than under the terms of the GNU General Public 00013 * License is allowed only after negotiation of conditions with the authors. 00014 */ 00015 #ifndef EXPAT_DATAPUMP_H 00016 #define EXPAT_DATAPUMP_H 00017 00018 #include "EConfBool.h" 00019 #include "EConfString.h" 00020 #include "EConfBase.h" 00021 #include "EConfDeprecated.h" 00022 00055 struct EConfDatapump : public EConfBase 00056 { 00057 EConfString _type; 00058 EConfBool _sendblock; 00059 EConfDeprecated _layered; 00060 EConfDeprecated _dummy; 00061 public: 00062 EConfDatapump( ); 00063 00064 virtual bool start_child_element( const char* name, const char** atts, XML_Parser p ); 00065 00066 virtual bool end_child_element( const char* name, XML_Parser p ); 00067 bool begin_parse( const char* name, const char** atts, XML_Parser p ); 00068 virtual void dump( int depth, ostream& ostr, bool complete ); 00069 00070 void specialize( const EConfDatapump& o ); 00071 00072 private: 00073 EConfDatapump( const EConfDatapump& ); 00074 EConfDatapump& operator=( const EConfDatapump& ); 00075 }; 00076 00078 00079 #endif /* EXPAT_DATAPUMP_H */ 00080

Generated on Sun Mar 6 13:35:49 2005 for Komssys by doxygen 1.3.8