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

StockQuoteConverterBox.h

Go to the documentation of this file.
00001 #ifndef STOCKQUOTECONVERTERBOX_H 00002 #define STOCKQUOTECONVERTERBOX_H 00003 00004 #include "RegexConverterBox.h" 00005 00006 BOREALIS_NAMESPACE_BEGIN 00007 00008 00009 class StockQuoteConverterBox : public RegexConverterBox 00010 { 00012 static const char *SCHEMA; 00013 00015 static const char *REGEX; 00016 00017 public: 00018 StockQuoteConverterBox(); 00019 00020 virtual bool convertTupleFromRegex( Subexpr match, 00021 const vector<Subexpr>& subexprs, 00022 char *out ) 00023 throw ( AuroraException ); 00024 00025 AURORA_DECLARE_CONVERTER_BOX( StockQuoteConverterBox ); 00026 }; 00027 00028 00029 BOREALIS_NAMESPACE_END 00030 #endif // STOCKQUOTECONVERTERBOX_H

Generated on Fri Nov 12 15:15:22 2004 for Borealis by doxygen 1.3.8