ROLAND  0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
Namespaces | Macros | Variables
compspec.h File Reference

Go to the source code of this file.

Namespaces

 roland
 

Macros

#define HAS_CONSTEXPR_SPECIFIER
 
#define HAS_FINAL_SPECIFIER
 
#define HAS_NOEXCEPT_SPECIFIER
 
#define HAS_DEFAULT_TEMPLATE_ARGS_FOR_FUNCTIONS
 
#define HAS_THREAD_LOCAL_STORAGE
 
#define HAS_DEFAULT_AND_DELETE
 
#define HAS_VARIADIC_TEMPLATES
 
#define HAS_NON_BUGGY_TYPE_TRAITS
 
#define HAS_INITIALIZER_LISTS
 
#define ROLAND_NOEXCEPT   noexcept
 
#define ROLAND_DEFAULT   = default;
 
#define ROLAND_DELETE   = delete;
 
#define ROLAND_EXPLICIT
 
#define ROLAND_FINAL   final
 
#define ROLAND_CONSTEXPR   constexpr
 

Variables

const char *const ROLAND_SYSTEM = "Linux-4.4.57-18.3-default"
 
const char *const ROLAND_SYSTEM_NAME = "Linux"
 
const char *const ROLAND_COMPILER_ID = "GNU"
 
const char *const ROLAND_COMPILER_VERSION = "4.8.5"
 
const char *const ROLAND_COMPILER_CXX_FLAGS = " -std=c++11"
 
const char *const ROLAND_SIZEOF_VOIDP = "8"
 

Macro Definition Documentation

#define HAS_CONSTEXPR_SPECIFIER
#define HAS_DEFAULT_AND_DELETE
#define HAS_DEFAULT_TEMPLATE_ARGS_FOR_FUNCTIONS
#define HAS_FINAL_SPECIFIER
#define HAS_INITIALIZER_LISTS
#define HAS_NOEXCEPT_SPECIFIER
#define HAS_NON_BUGGY_TYPE_TRAITS
#define HAS_THREAD_LOCAL_STORAGE
#define HAS_VARIADIC_TEMPLATES
#define ROLAND_CONSTEXPR   constexpr
#define ROLAND_DEFAULT   = default;
#define ROLAND_DELETE   = delete;
#define ROLAND_EXPLICIT
#define ROLAND_FINAL   final
#define ROLAND_NOEXCEPT   noexcept

Referenced by Cpc::speed().