DATRW++ library: seismic data I/O with multiple formats

◆ checkkey()

void checkkey ( const datrw::Subformat f,
const std::string  k 
)
Examples:
libdatrwxxtests.cc.

Definition at line 101 of file libdatrwxxtests.cc.

References datrw::Subformat::isset().

Referenced by main().

102 {
103  cout << " " << k << " is ";
104  if (!f.isset(k))
105  {
106  cout << "NOT ";
107  }
108  cout << "set" << endl;
109 } // void checkkey(const datrw::Subformat& f, const std::string k)
bool isset(const std::string &k) const
check if user provided this key
Here is the call graph for this function:
Here is the caller graph for this function: