IODA Bundle
|
Namespaces | |
test | |
Classes | |
class | CommandLineParser |
class | ODBApplication |
class | CompactTool |
struct | ExperimentalTool< CompactTool > |
class | CompareTool |
class | CountTool |
class | FixedSizeRowTool |
struct | ExperimentalTool< FixedSizeRowTool > |
class | ImportTool |
class | IndexTool |
class | LSTool |
class | MDSetTool |
struct | AutoR |
class | MergeTool |
class | MockReader |
class | ODA2RequestTool |
class | MDPrinter |
class | VerbosePrinter |
class | OffsetsPrinter |
class | DDLPrinter |
class | HeaderTool |
class | SetTool |
class | SplitTool |
class | SQLTool |
class | Tool |
struct | ExperimentalTool |
class | MatchAll |
class | AbstractToolFactory |
class | ToolFactory |
class | ToolRunnerApplication |
class | XYVTool |
struct | ExperimentalTool< XYVTool > |
Typedefs | |
typedef std::vector< std::pair< eckit::Offset, eckit::Length > > | BlockOffsets |
typedef unsigned long long | ullong |
Functions | |
static LogTarget * | cerr_target () |
template<typename T , typename I > | |
void | doMerge (std::vector< std::pair< I, I > > &iterators, const PathName &outputFile) |
string | int_as_double2string (double v) |
Variables | |
char * | static_argv [] = { const_cast<char *>("oda2request") } |
typedef std::vector<std::pair<eckit::Offset,eckit::Length> > odc::tool::BlockOffsets |
Definition at line 22 of file IndexTool.h.
typedef unsigned long long odc::tool::ullong |
Definition at line 23 of file IndexTool.h.
|
static |
void odc::tool::doMerge | ( | std::vector< std::pair< I, I > > & | iterators, |
const PathName & | outputFile | ||
) |
|
inline |
char* odc::tool::static_argv[] = { const_cast<char *>("oda2request") } |
Definition at line 29 of file ODA2RequestTool.cc.