Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
abi_macros.hpp File Reference

Application Binary Interface compatibility macros for plotly.cpp. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PLOTLY_EXPORT
#define PLOTLY_DEPRECATED
#define PLOTLY_DEPRECATED_MSG(msg)
#define PLOTLY_INLINE   inline
#define PLOTLY_FORCE_INLINE   inline __attribute__((always_inline))
#define PLOTLY_RESTRICT   __restrict__

Detailed Description

Application Binary Interface compatibility macros for plotly.cpp.

Macro Definition Documentation

◆ PLOTLY_DEPRECATED

#define PLOTLY_DEPRECATED

◆ PLOTLY_DEPRECATED_MSG

#define PLOTLY_DEPRECATED_MSG ( msg)

◆ PLOTLY_EXPORT

#define PLOTLY_EXPORT

◆ PLOTLY_FORCE_INLINE

#define PLOTLY_FORCE_INLINE   inline __attribute__((always_inline))

◆ PLOTLY_INLINE

#define PLOTLY_INLINE   inline

◆ PLOTLY_RESTRICT

#define PLOTLY_RESTRICT   __restrict__