Architecture class definition, with its wstring representation.
More...
#include <Architecture.hpp>
|
| static Architecture const & | Find (std::string_view const &architecture_name) |
| | Find an architecture by name. The function will throw std::range_error More...
|
| |
|
|
std::string_view | name {} |
| |
|
ArchitectureType | id {} |
| |
|
usize | ptrsize {} |
| |
|
Endianess | endian {} |
| |
|
std::array< std::string_view, 4 > | aliases {} |
| |
Architecture class definition, with its wstring representation.
◆ Find()
| static Architecture const& Architecture::Find |
( |
std::string_view const & |
architecture_name | ) |
|
|
static |
Find an architecture by name. The function will throw std::range_error
- Parameters
-
- Returns
- Architecture
- Exceptions
-
◆ operator<< [1/2]
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
Architecture const & |
a |
|
) |
| |
|
friend |
Output Architecture to std::wostream.
- Parameters
-
- Returns
- std::wostream&
◆ operator<< [2/2]
| std::wostream& operator<< |
( |
std::wostream & |
wos, |
|
|
Architecture const & |
a |
|
) |
| |
|
friend |
Output Architecture to std::wostream.
- Parameters
-
- Returns
- std::wostream&
The documentation for this struct was generated from the following file: