Simulacrum
1.2
|
#include <string>
#include <sstream>
#include <stdint.h>
#include <memory>
Classes | |
class | Simulacrum::SimulacrumLibrary |
class | Simulacrum::SimulacrumInformation |
Namespaces | |
Simulacrum | |
Macros | |
#define | SIMU_API |
#define | GRAPHICS_BACKEND(x) QApplication::setGraphicsSystem(x) |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
#define | __FALLTHROUGH__ |
Typedefs | |
template<class T > | |
using | Simulacrum::SPtr = std::shared_ptr< T > |
#define __FALLTHROUGH__ |
#define GRAPHICS_BACKEND | ( | x | ) | QApplication::setGraphicsSystem(x) |
#define SIMU_API |
#define STRINGIFY | ( | x | ) | #x |
#define TOSTRING | ( | x | ) | STRINGIFY(x) |