IODA Bundle
odc::tool Namespace Reference

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 Documentation

◆ BlockOffsets

typedef std::vector<std::pair<eckit::Offset,eckit::Length> > odc::tool::BlockOffsets

Definition at line 22 of file IndexTool.h.

◆ ullong

typedef unsigned long long odc::tool::ullong

Definition at line 23 of file IndexTool.h.

Function Documentation

◆ cerr_target()

static LogTarget* odc::tool::cerr_target ( )
static

Definition at line 37 of file ODBApplication.cc.

Here is the caller graph for this function:

◆ doMerge()

template<typename T , typename I >
void odc::tool::doMerge ( std::vector< std::pair< I, I > > &  iterators,
const PathName &  outputFile 
)

Definition at line 84 of file MergeTool.cc.

Here is the call graph for this function:

◆ int_as_double2string()

string odc::tool::int_as_double2string ( double  v)
inline

Definition at line 130 of file ODA2RequestTool.cc.

Here is the caller graph for this function:

Variable Documentation

◆ static_argv

char* odc::tool::static_argv[] = { const_cast<char *>("oda2request") }

Definition at line 29 of file ODA2RequestTool.cc.