ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
export.hpp File Reference

Export macros for ThreadSchedule's optional C++ runtime. More...

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

Go to the source code of this file.

Macros

#define THREADSCHEDULE_API
 Symbol visibility/import-export marker for runtime builds.
 
#define THREADSCHEDULE_DEPRECATED(msg)
 Portable deprecation attribute macro.
 

Detailed Description

Export macros for ThreadSchedule's optional C++ runtime.

Definition in file export.hpp.

Macro Definition Documentation

◆ THREADSCHEDULE_API

#define THREADSCHEDULE_API

Symbol visibility/import-export marker for runtime builds.

Definition at line 22 of file export.hpp.

◆ THREADSCHEDULE_DEPRECATED

#define THREADSCHEDULE_DEPRECATED (   msg)

Portable deprecation attribute macro.

Definition at line 36 of file export.hpp.