|
IODA Bundle
|
#include <ToolFactory.h>
Public Member Functions | |
| ToolFactory (const std::string &name) | |
| Tool * | create (int argc, char **argv) |
| void | help (std::ostream &o) |
| void | usage (const std::string &name, std::ostream &o) |
| bool | experimental () |
Additional Inherited Members | |
Static Public Member Functions inherited from odc::tool::AbstractToolFactory | |
| static Tool * | createTool (const std::string &name, int argc, char **argv) |
| static void | printToolHelp (const std::string &, std::ostream &) |
| static void | printToolUsage (const std::string &name, std::ostream &) |
| static void | printToolsHelp (std::ostream &) |
| static std::vector< odc::tool::test::TestCase * > * | testCases (const std::vector< std::string > &=matchAll) |
| static void | listTools (std::ostream &) |
Protected Member Functions inherited from odc::tool::AbstractToolFactory | |
| AbstractToolFactory (const std::string &name) | |
| virtual | ~AbstractToolFactory () |
Definition at line 50 of file ToolFactory.h.
|
inline |
Definition at line 52 of file ToolFactory.h.
|
inlinevirtual |
Implements odc::tool::AbstractToolFactory.
Definition at line 54 of file ToolFactory.h.
|
inlinevirtual |
Implements odc::tool::AbstractToolFactory.
Definition at line 58 of file ToolFactory.h.
|
inlinevirtual |
Implements odc::tool::AbstractToolFactory.
Definition at line 56 of file ToolFactory.h.
|
inlinevirtual |
Implements odc::tool::AbstractToolFactory.
Definition at line 57 of file ToolFactory.h.