Public Member Functions | Protected Member Functions | Protected Attributes

PreStack::EventDuplicator Class Reference

Inheritance diagram for PreStack::EventDuplicator:
Executor SequentialTask Task NamedObject CallBacker

List of all members.

Public Member Functions

 EventDuplicator (IOObj *from, IOObj *to)
 ~EventDuplicator ()
od_int64 totalNr () const
od_int64 nrDone () const
const char * message () const
const char * nrDoneText () const
int nextStep ()
const char * errMsg () const

Protected Member Functions

void errorCleanup ()

Protected Attributes

int totalnr_
BufferStringSet filestocopy_
BufferString errmsg_
BufferString message_
IOObjfrom_
IOObjto_

Constructor & Destructor Documentation

PreStack::EventDuplicator::EventDuplicator ( IOObj from,
IOObj to 
)
PreStack::EventDuplicator::~EventDuplicator (  ) 

Member Function Documentation

const char* PreStack::EventDuplicator::errMsg (  )  const [inline]
void PreStack::EventDuplicator::errorCleanup (  )  [protected]
const char* PreStack::EventDuplicator::message (  )  const [inline, virtual]

Reimplemented from Task.

int PreStack::EventDuplicator::nextStep (  )  [virtual]

Implements SequentialTask.

od_int64 PreStack::EventDuplicator::nrDone (  )  const [inline, virtual]

Reimplemented from Task.

const char* PreStack::EventDuplicator::nrDoneText (  )  const [inline, virtual]

Reimplemented from Task.

od_int64 PreStack::EventDuplicator::totalNr (  )  const [inline, virtual]

Reimplemented from Task.


Member Data Documentation