Inheritance diagram for code::NmqBuilder:
Public Member Functions | |
virtual SmartPtr< DataType > | createObject (const std::vector< std::string > &parms, const Index *) |
Create a DataType based on the arguments passed in. | |
virtual | ~NmqBuilder () |
SmartPtr< DataType > | createObject (const Index *index) |
Convenience function that passes empty vector to createObject. | |
Static Public Member Functions | |
static void | introduceSelf () |
static SmartPtr< Builder > | getBuilder (const std::string &sourceType) |
Convenience function to get the builder for a sourceType, eg. | |
Protected Member Functions | |
NmqBuilder () |
virtual code::NmqBuilder::~NmqBuilder | ( | ) | [inline, virtual] |
code::NmqBuilder::NmqBuilder | ( | ) | [inline, protected] |
Convenience function that passes empty vector to createObject.
virtual SmartPtr< DataType > code::NmqBuilder::createObject | ( | const std::vector< std::string > & | parms, | |
const Index * | ||||
) | [virtual] |
Create a DataType based on the arguments passed in.
index | The Index from which the record was created. The TableHistory formatters will use this to obtain all the records in a particular time interval. |
Implements code::Builder.
static SmartPtr< Builder > code::Builder::getBuilder | ( | const std::string & | sourceType | ) | [static, inherited] |
Convenience function to get the builder for a sourceType, eg.
hires.
sourceType | The sourceType name, such as "AWIPS" or "hires" |
static void code::NmqBuilder::introduceSelf | ( | ) | [static] |