Public Member Functions | Protected Attributes

SEGY::FileDataSet::StoredData Struct Reference

List of all members.

Public Member Functions

 StoredData (const char *filename, od_int64 start, const DataCharacteristics &int32)
 StoredData (std::ostream &)
 ~StoredData ()
bool getKey (od_int64, Seis::PosKey &, bool &) const
bool add (const Seis::PosKey &, bool)

Protected Attributes

DataInterpreter< int > * int32di_
Threads::Mutex lock_
std::istream * istrm_
od_int64 start_
std::ostream * ostrm_

Constructor & Destructor Documentation

SEGY::FileDataSet::StoredData::StoredData ( const char *  filename,
od_int64  start,
const DataCharacteristics int32 
)
SEGY::FileDataSet::StoredData::StoredData ( std::ostream &   ) 
SEGY::FileDataSet::StoredData::~StoredData (  ) 

Member Function Documentation

bool SEGY::FileDataSet::StoredData::add ( const Seis::PosKey ,
bool   
)
bool SEGY::FileDataSet::StoredData::getKey ( od_int64  ,
Seis::PosKey ,
bool &   
) const

Member Data Documentation

std::istream* SEGY::FileDataSet::StoredData::istrm_ [protected]
std::ostream* SEGY::FileDataSet::StoredData::ostrm_ [protected]