Cryptolens Client API for C++
MachineCodeComputer_COM.hpp
1 #pragma once
2 
3 #include <string>
4 
5 #include "basic_Error.hpp"
6 #include "MachineCodeComputer_caching.hpp"
7 
8 namespace cryptolens_io {
9 
10 namespace v20190401 {
11 
12 namespace errors {
13 
15 
16 } // namespace errors
17 
28 {
29 public:
30 #ifndef CRYPTOLENS_20190701_ALLOW_IMPLICIT_CONSTRUCTORS
31  explicit
32 #endif
34 
35  std::string
36  get_machine_code(basic_Error & e);
37 
38 private:
39  std::string machine_code_;
40 };
41 
54 
55 } // namespace v20190401
56 
57 namespace latest {
58 
59 namespace errors {
60 
61 namespace MachineCodeComputer_COM_Recompute = ::cryptolens_io::v20190401::errors::MachineCodeComputer_COM_Recompute;
62 
63 } // namespace errors
64 
75 
88 
89 } // namespace latest
90 
91 } // namespace cryptolens_io
Definition: MachineCodeComputer_COM.hpp:27
Definition: ActivateError.hpp:5
Definition: basic_Error.hpp:90
Definition: MachineCodeComputer_caching.hpp:20