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

◆ allarechecked()

bool datrw::Subformat::allarechecked ( ) const

check if user provided keys not being recognized

Returns
true is all modifiers passed by the user haven been evaluated

Definition at line 154 of file formatmodifier.cc.

References Mparamap.

Referenced by main(), and notchecked().

155  {
156  bool retval=true;
157  formatmodifiers::Tparamap::const_iterator I=Mparamap.begin();
158  while (I!=Mparamap.end())
159  {
160  if (!I->second.checked) { retval=false; }
161  ++I;
162  }
163  return(retval);
164  } // bool Subformat::allarechecked() const
formatmodifiers::Tparamap Mparamap
actual container for parameters
Here is the caller graph for this function: