DATRW++ library: seismic data I/O with multiple formats
◆
read()
[9/15]
void datrw::binary::ibinstream::read
(
::sff::FREE &
v
)
Definition at line
151
of file
ibinstream.cc
.
References
read()
.
152
{
153
unsigned
int
nlines;
154
this->
read
(nlines);
155
for
(
unsigned
int
i=0; i<nlines; ++i)
156
{
157
std::string s;
158
this->
read
(s);
159
v.append(s);
160
}
161
}
// void ibinstream::read(::sff::FREE& v)
datrw::binary::ibinstream::read
void read(char &v)
Definition:
ibinstream.cc:63
Here is the call graph for this function:
datrw
binary
ibinstream
Generated on Mon Aug 21 2023 17:36:17 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14