PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
architectures.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <ostream>
5
6namespace mulator
7{
8
10 {
14 };
15
16 std::string to_string(const Architecture& x);
17 std::ostream& operator<<(std::ostream& os, const Architecture& x);
18
19}
std::string to_string(const Architecture &x)
std::ostream & operator<<(std::ostream &os, const Architecture &x)