NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "cidtool.hpp"
#include <connect/services/clparser.hpp>
#include <connect/services/grid_app_version_info.hpp>
#include <corelib/ncbistre.hpp>
#include <corelib/ncbi_config.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SOptionDefinition |
struct | SCommandDefinition |
Macros | |
#define | OPT_DEF(opt_type, opt_id) CCommandLineParser::opt_type, opt_id |
#define | TOTAL_NUMBER_OF_COMMANDS |
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
USING_NCBI_SCOPE | |
struct SOptionDefinition | s_OptionDefinitions [eNumberOfOptions] |
struct SCommandDefinition | s_CommandDefinitions [] |
#define OPT_DEF | ( | opt_type, | |
opt_id | |||
) | CCommandLineParser::opt_type, opt_id |
Definition at line 53 of file cidtool.cpp.
#define TOTAL_NUMBER_OF_COMMANDS |
Definition at line 99 of file cidtool.cpp.
Definition at line 254 of file cidtool.cpp.
References CNcbiApplicationAPI::AppMain().
struct SCommandDefinition s_CommandDefinitions[] |
Referenced by CComponentIDToolApp::Run().
struct SOptionDefinition s_OptionDefinitions[eNumberOfOptions] |
Referenced by CComponentIDToolApp::Run().
USING_NCBI_SCOPE |
Definition at line 44 of file cidtool.cpp.