Go to the documentation of this file.
25 #include <pxr/external/boost/python/common.hpp>
31 #define BOOST_NS PXR_BOOST_NAMESPACE
37 #if defined(GUSD_EXPORTS)
38 # define GUSD_API ARCH_EXPORT
39 # define GUSD_API_TEMPLATE_CLASS(...) ARCH_EXPORT_TEMPLATE(class, __VA_ARGS__)
40 # define GUSD_API_TEMPLATE_STRUCT(...) ARCH_EXPORT_TEMPLATE(struct, __VA_ARGS__)
42 # define GUSD_API ARCH_IMPORT
43 # define GUSD_API_TEMPLATE_CLASS(...) ARCH_IMPORT_TEMPLATE(class, __VA_ARGS__)
44 # define GUSD_API_TEMPLATE_STRUCT(...) ARCH_IMPORT_TEMPLATE(struct, __VA_ARGS__)
46 #define GUSD_LOCAL ARCH_HIDDEN