Seismic Drive Client API
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
seismicdrive::error::dataset::AlreadyOpen Class Reference

#include <SDException.h>

Inheritance diagram for seismicdrive::error::dataset::AlreadyOpen:
Inheritance graph
[legend]
Collaboration diagram for seismicdrive::error::dataset::AlreadyOpen:
Collaboration graph
[legend]

Classes

class  Impl
 

Public Member Functions

std::string getPath ()
 
 AlreadyOpen (const Impl &impl)
 
 ~AlreadyOpen ()
 
- Public Member Functions inherited from seismicdrive::error::dataset::Error
std::string getPath ()
 
 Error (const Impl &impl)
 
 ~Error ()
 

Protected Member Functions

 AlreadyOpen (Impl *impl)
 
- Protected Member Functions inherited from seismicdrive::error::dataset::Error
 Error (Impl *impl)
 

Protected Attributes

Implimpl
 
- Protected Attributes inherited from seismicdrive::error::dataset::Error
std::shared_ptr< Implimpl
 

Detailed Description

The dataset shouldn't be open, but it is.

Constructor & Destructor Documentation

◆ AlreadyOpen() [1/2]

seismicdrive::error::dataset::AlreadyOpen::AlreadyOpen ( const Impl impl)

◆ ~AlreadyOpen()

seismicdrive::error::dataset::AlreadyOpen::~AlreadyOpen ( )

◆ AlreadyOpen() [2/2]

seismicdrive::error::dataset::AlreadyOpen::AlreadyOpen ( Impl impl)
protected

Member Function Documentation

◆ getPath()

std::string seismicdrive::error::dataset::AlreadyOpen::getPath ( )

Returns the dataset path.

Member Data Documentation

◆ impl

Impl& seismicdrive::error::dataset::AlreadyOpen::impl
protected

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