3#include <Safir/Utilities/Internal/VisibilityHelpers.h>
5#ifdef safir_generated_Core_cpp_EXPORTS
6# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_EXPORT
8# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_IMPORT
9# define SAFIR_LIBRARY_NAME "safir_generated-Core-cpp"
10# include <Safir/Utilities/Internal/AutoLink.h>
12#define SAFIR_GENERATED_Core_API_LOCAL SAFIR_HELPER_DLL_LOCAL
#define SAFIR_GENERATED_Core_API
Definition BackdoorCommand.h:18
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
std::shared_ptr< Object > ObjectPtr
A smart pointer to an Object.
Definition Object.h:44
DotsC_TypeId TypeId
A unique type identifier.
Definition Defs.h:218
Used to determine if a class should be visible in all contexts.
Definition ContextSharedOverrideProperty.h:34
static bool GetContextShared(const Safir::Dob::Typesystem::ObjectPtr object)
>Defines if this class should be visible in all contexts.
static bool IsNullContextShared(const Safir::Dob::Typesystem::ObjectPtr object)
static bool IsReadOnlyContextShared(const Safir::Dob::Typesystem::ObjectPtr object)
static bool HasProperty(const Safir::Dob::Typesystem::ObjectPtr object)
static bool IsChangedContextShared(const Safir::Dob::Typesystem::ObjectPtr object)
static void SetNullContextShared(Safir::Dob::Typesystem::ObjectPtr object)
static void SetContextShared(Safir::Dob::Typesystem::ObjectPtr object, const bool value)
>Defines if this class should be visible in all contexts.