Skip to content

Group SpinnakerPlatform

Modules > SpinnakerPlatform

More...

Macros

Type Name
define SPINNAKER_API \_\_attribute\_\_((visibility("default")))
define SPINNAKER_API_ABSTRACT /\*nothing\*/
define SPINNAKER_LOCAL \_\_attribute\_\_((visibility("hidden")))

Detailed Description

Platform-specific header file for Spinnaker. All the platform-specific code that is required by individual compilers to produce the appropriate code for each platform.

Macro Definition Documentation

define SPINNAKER_API

#define SPINNAKER_API `__attribute__((visibility("default")))`

define SPINNAKER_API_ABSTRACT

#define SPINNAKER_API_ABSTRACT `/*nothing*/`

define SPINNAKER_LOCAL

#define SPINNAKER_LOCAL `__attribute__((visibility("hidden")))`