NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbienv.hpp>
#include <corelib/ncbifile.hpp>
#include <objtools/readers/agp_util.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CCustomErrorHandler |
class | CAgpRenumber |
Functions | |
int | ProcessStream (istream &in, ostream &out) |
int | main (int argc, char *argv[]) |
Variables | |
USING_NCBI_SCOPE | |
const char * | usage |
const int | MAX_BUF_LINES =100 |
Definition at line 354 of file agp_renumber.cpp.
References in(), ProcessStream(), and usage.
int ProcessStream | ( | istream & | in, |
ostream & | out | ||
) |
Definition at line 228 of file agp_renumber.cpp.
References buf, CAgpRenumber::custom_err, CAgpReader::eFinalize_No, CAgpReader::Finalize(), CAgpReader::GetErrorMessage(), CAgpRenumber::had_empty_line, CCustomErrorHandler::had_missing_tab, i, in(), MAX_BUF_LINES, NcbiGetline(), CAgpRenumber::no_renum_objs, out(), CAgpReader::ReadStream(), CAgpRenumber::renum_objs, CAgpRenumber::reordered_ln_ev, and tolower().
Referenced by main().
Definition at line 62 of file agp_renumber.cpp.
Referenced by ProcessStream().
const char* usage | ( | void | ) |
Definition at line 44 of file agp_renumber.cpp.
Referenced by CDBUDPriorityMapper::Add(), CCommandLineParser::AddCommand(), CGlRenderBuffer< T >::BufferData(), CGlBuffer20< T >::BufferData(), CCurrentProcess::GetMemoryUsage(), CProcess::GetMemoryUsage(), CArgAllow_Symbols::GetUsage(), CArgAllow_String::GetUsage(), CArgAllow_Int8s::GetUsage(), CArgAllow_Doubles::GetUsage(), CArgDesc::GetUsageConstraint(), main(), psa_get_key_usage_flags(), psa_set_key_usage_flags(), ReportMemoryUsage(), and s_Win_GetMemoryUsage().
USING_NCBI_SCOPE |
Definition at line 42 of file agp_renumber.cpp.