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: