DATRW++ library: seismic data I/O with multiple formats
◆
operator()()
[1/3]
std::ostream & datrw::formatmodifiers::ModifierHelp::operator()
(
const std::string &
key
,
const std::string &
val
)
Definition at line
209
of file
formatmodifier.cc
.
References
Mos
, and
Mwidth
.
211
{
212
Mos
.width(
Mwidth
);
213
std::string keyval=key;
214
keyval +=
"="
+ val +
": "
;
215
Mos
<< std::left << std::setfill(
'.'
) << keyval <<
" "
;
216
return
(
Mos
);
217
}
// std::ostream& ModifierHelp::operator() (key, val)
datrw::formatmodifiers::ModifierHelp::Mwidth
unsigned int Mwidth
Definition:
formatmodifier.h:152
datrw::formatmodifiers::ModifierHelp::Mos
std::ostream & Mos
Definition:
formatmodifier.h:151
datrw
formatmodifiers
ModifierHelp
Generated on Mon Aug 21 2023 17:36:17 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14