|
DATRW++ library: seismic data I/O with multiple formats
|
Namespace containing components of format modifiers. More...
Classes | |
| class | ModifierHelp |
| Help formatting modifier online help. More... | |
| struct | Value |
| A struct to store values for a given key. More... | |
Typedefs | |
| typedef std::map< std::string, Value > | Tparamap |
| A map to store parameters. More... | |
Functions | |
| Tparamap | makeparamap (const std::string &p, const std::string &delimiter=":", const std::string &assign="=") |
| Create a parameter map from a parameter string. More... | |
| void | online_help (std::ostream &os) |
| Provide online help on modifiers. More... | |
| template<class C > | |
| std::ostream & | operator<< (ModifierHelp &mh, const C &c) |
| Output operator for ModifierHelpFor line indentation an object of type ModifierHelp can be used like an output stream;. More... | |
Namespace containing components of format modifiers.