Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::trace_api::old_slice_version Class Reference

#include <store_provider.hpp>

Inheritance diagram for sysio::trace_api::old_slice_version:
Collaboration diagram for sysio::trace_api::old_slice_version:

Public Member Functions

 old_slice_version (const char *what_arg)
 
 old_slice_version (const std::string &what_arg)
 

Detailed Description

Definition at line 28 of file store_provider.hpp.

Constructor & Destructor Documentation

◆ old_slice_version() [1/2]

sysio::trace_api::old_slice_version::old_slice_version ( const char * what_arg)
inlineexplicit

Definition at line 30 of file store_provider.hpp.

31 :std::runtime_error(what_arg)
32 {}

◆ old_slice_version() [2/2]

sysio::trace_api::old_slice_version::old_slice_version ( const std::string & what_arg)
inlineexplicit

Definition at line 33 of file store_provider.hpp.

34 :std::runtime_error(what_arg)
35 {}

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