|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/cpuid.h>#include <botan/types.h>#include <botan/exceptn.h>#include <botan/parsing.h>#include <ostream>Go to the source code of this file.
Namespaces | |
| Botan | |
Macros | |
| #define | CPUID_PRINT(flag) do { if(has_##flag()) { flags.push_back(#flag); } } while(0) |
| #define CPUID_PRINT | ( | flag | ) | do { if(has_##flag()) { flags.push_back(#flag); } } while(0) |
Referenced by Botan::CPUID::to_string().
1.8.9.1