|
Seismic Drive Client API
|
#include <SDException.h>


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 | |
| Impl & | impl |
Protected Attributes inherited from seismicdrive::error::dataset::Error | |
| std::shared_ptr< Impl > | impl |
The dataset shouldn't be open, but it is.
| seismicdrive::error::dataset::AlreadyOpen::AlreadyOpen | ( | const Impl & | impl | ) |
| seismicdrive::error::dataset::AlreadyOpen::~AlreadyOpen | ( | ) |
|
protected |
| std::string seismicdrive::error::dataset::AlreadyOpen::getPath | ( | ) |
Returns the dataset path.
|
protected |
1.8.14