A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/tbl_8cpp_source.html below:

NCBI C++ ToolKit: src/app/read_blast_result/tbl.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

46  if

(!feat->Read(

in

))

58  in

.getline(

buf

, 1024);

59  if

(

in

.eof())

return false

;

60  if

(

strncmp

(

buf

,

">Feature "

,

sizeof

(

">Feature "

)) )

76  m_seg

.push_back(seg);

86

vector < string > tabs;

90  in

.getline(

buf

, 1024);

91  if

(

in

.eof())

return false

;

95  while

((tok=strtok(c,

"\t"

)) !=

NULL

)

101  if

(tabs.size()<3 || !tabs[0].size() || !tabs[1].size() || !tabs[2].size() )

return false

;

102  if

(tabs[0][0]==

'<'

)

107  m_from

= atoi(tabs[0].c_str());

108  if

(tabs[1][0]==

'>'

)

113  m_to

= atoi(tabs[0].c_str());

117  int

pos =

in

.tellg();

118  in

.getline(

buf

, 1024);

119  if

(

in

.eof())

break

;

123  while

((tok=strtok(c,

"\t"

))!=

NULL

)

128  if

(!tabs[0].

size

())

static const char table_name[]

const struct ncbi::grid::netcache::search::fields::SIZE size

int strncmp(const char *str1, const char *str2, size_t count)

Defines unified interface to application:

std::istream & in(std::istream &in_, double &x_)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4