Simulacrum  1.2
Classes | Namespaces | Macros | Typedefs
definitions.h File Reference
#include <string>
#include <sstream>
#include <stdint.h>
#include <memory>
Include dependency graph for definitions.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Macro Definition Documentation

◆ __FALLTHROUGH__

#define __FALLTHROUGH__

◆ GRAPHICS_BACKEND

#define GRAPHICS_BACKEND (   x)    QApplication::setGraphicsSystem(x)

◆ SIMU_API

#define SIMU_API

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)
Simulacrum Project