Go to the documentation of this file.
7 #ifndef USDSEMANTICS_API_H
8 #define USDSEMANTICS_API_H
12 #if defined(PXR_STATIC)
13 # define USDSEMANTICS_API
14 # define USDSEMANTICS_API_TEMPLATE_CLASS(...)
15 # define USDSEMANTICS_API_TEMPLATE_STRUCT(...)
16 # define USDSEMANTICS_LOCAL
18 # if defined(USDSEMANTICS_EXPORTS)
19 # define USDSEMANTICS_API ARCH_EXPORT
20 # define USDSEMANTICS_API_TEMPLATE_CLASS(...) ARCH_EXPORT_TEMPLATE(class, __VA_ARGS__)
21 # define USDSEMANTICS_API_TEMPLATE_STRUCT(...) ARCH_EXPORT_TEMPLATE(struct, __VA_ARGS__)
23 # define USDSEMANTICS_API ARCH_IMPORT
24 # define USDSEMANTICS_API_TEMPLATE_CLASS(...) ARCH_IMPORT_TEMPLATE(class, __VA_ARGS__)
25 # define USDSEMANTICS_API_TEMPLATE_STRUCT(...) ARCH_IMPORT_TEMPLATE(struct, __VA_ARGS__)
27 # define USDSEMANTICS_LOCAL ARCH_HIDDEN