DATRW++ library: seismic data I/O with multiple formats
datrw::formatmodifiers Namespace Reference

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, ValueTparamap
 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...
 

Detailed Description

Namespace containing components of format modifiers.