DATRW++ library: seismic data I/O with multiple formats
◆
reportprovides()
void reportprovides
(
const std::string &
type
,
const bool &
flag
)
Examples:
libdatrwxxtests.cc
.
Definition at line
89
of file
libdatrwxxtests.cc
.
Referenced by
main()
.
90
{
91
cout <<
"input stream "
;
92
if
(flag)
93
{ cout <<
"provides"
; }
94
else
95
{ cout <<
"doesn't provide"
; }
96
cout <<
" "
<< type <<
" type data"
<< endl;
97
}
// void reportprovides(const std::string& type, const bool& flag)
Here is the caller graph for this function:
tests
libdatrwxxtests.cc
Generated on Mon Aug 21 2023 17:36:15 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14