DATRW++ library: seismic data I/O with multiple formats
datrw::tsoft::Line Class Reference

contains takes one line and splits it into tag and information. More...

#include <tsoftdata.h>

Collaboration diagram for datrw::tsoft::Line:

Public Member Functions

 Line (const std::string &line)
 constructor: swallow line More...
 
bool hascontent () const
 check whether this line has a content More...
 
bool hastag () const
 check whether this line has a tag More...
 
std::string thecontent () const
 return content More...
 
std::string theline () const
 return line More...
 
std::string thetag () const
 return tag More...
 

Private Attributes

std::string Mcontent
 the content part of the line More...
 
bool Mhascontent
 true if this line has a content More...
 
bool Mhastag
 true if this line contains a tag More...
 
std::string Mline
 the actual line More...
 
std::string Mtag
 the tag part of the line More...
 

Detailed Description

contains takes one line and splits it into tag and information.

Definition at line 141 of file tsoftdata.h.


The documentation for this class was generated from the following files: