#include <StockQuoteConverterBox.h>
Inherits RegexConverterBox.
Public Member Functions | |
StockQuoteConverterBox () | |
virtual bool | convertTupleFromRegex (Subexpr match, const vector< Subexpr > &subexprs, char *out) throw ( AuroraException ) |
Convert an input record that matches the regex provided in the constructor. | |
AURORA_DECLARE_CONVERTER_BOX (StockQuoteConverterBox) |
|
|
|
|
|
Convert an input record that matches the regex provided in the constructor. Must be implemented in the subclass.
Implements RegexConverterBox.
|