Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef _BED_COLUMN_DATA_HPP_
2 #define _BED_COLUMN_DATA_HPP_
unsigned int LineNo() const
NStr::TSplitFlags mColumnSplitFlags
const string & operator[](size_t) const
void xCleanColumnValues()
void xAddDefaultColumns()
CBedColumnData(const CReaderBase::TReaderLine &, int flags=0)
void xSplitColumns(const string &)
size_t ColumnCount() const
struct SReaderLine { SReaderLine(unsigned int line, string data):mLine(line), mData(data) {} TReaderLine
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.
int TSplitFlags
Bitwise OR of ESplitFlags.