PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
return_codes.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <ostream>
5
6namespace mulator
7{
8
9 enum class ReturnCode
10 {
11 OK,
12
21
27
32 };
33
34 std::string to_string(const ReturnCode& x);
35 std::ostream& operator<<(std::ostream& os, const ReturnCode& x);
36
37}
std::string to_string(const Architecture &x)
std::ostream & operator<<(std::ostream &os, const Architecture &x)