|
Seismic Drive Client API
|
Represents base parameters structure passed to function calls. More...
#include <Params.h>

Classes | |
| struct | Impl |
Public Member Functions | |
| Params () | |
| Params (const std::string &correlationId) | |
| Params & | withCorrelationId (const std::string &value) |
| const std::string & | getCorrelationId () const |
Public Attributes | |
| std::shared_ptr< Impl > | _impl |
Represents base parameters structure passed to function calls.
Contains correlation-id string that can help to identify individual call Allows seamless extension for evolving interface
| seismicdrive::Params::Params | ( | ) |
|
explicit |
| const std::string & seismicdrive::Params::getCorrelationId | ( | ) | const |
| Params & seismicdrive::Params::withCorrelationId | ( | const std::string & | value | ) |
| std::shared_ptr<Impl> seismicdrive::Params::_impl |
1.8.14