15#include <Safir/Utilities/Internal/VisibilityHelpers.h>
17#ifdef safir_generated_Core_cpp_EXPORTS
18# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_EXPORT
20# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_IMPORT
21# define SAFIR_LIBRARY_NAME "safir_generated-Core-cpp"
22# include <Safir/Utilities/Internal/AutoLink.h>
24#define SAFIR_GENERATED_Core_API_LOCAL SAFIR_HELPER_DLL_LOCAL
115#pragma warning (push)
116#pragma warning (disable : 4251)
#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
DotsC_Int64 Int64
64 bit integer type.
Definition Defs.h:69
std::shared_ptr< Object > ObjectPtr
A smart pointer to an Object.
Definition Object.h:44
DotsC_ArrayIndex ArrayIndex
Index into an array.
Definition Defs.h:246
DotsC_TypeId TypeId
A unique type identifier.
Definition Defs.h:218
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition Defs.h:237
Safir::Dob::Typesystem::ArrayContainer< UpdateRequestContainer > UpdateRequestContainerArray
Definition UpdateRequest.h:47
Safir::Dob::Typesystem::GenericObjectSequenceContainer< UpdateRequest > UpdateRequestSequenceContainer
Definition UpdateRequest.h:48
Safir::Dob::Typesystem::ObjectContainerImpl< UpdateRequest > UpdateRequestContainer
Definition UpdateRequest.h:46
std::shared_ptr< const UpdateRequest > UpdateRequestConstPtr
Definition UpdateRequest.h:44
std::shared_ptr< UpdateRequest > UpdateRequestPtr
Definition UpdateRequest.h:43
STL container for arrays of DOB-containers.
Definition ArrayContainer.h:59
Base class for all Containers.
Definition ContainerBase.h:44
Definition ContainerProxies.h:39
Template class for all containers of automatically generated DOB objects.
Definition ObjectContainer.h:190
Definition SequenceContainer.h:704
The baseclass for all services.
Definition Service.h:46
Definition ResponseType.h:67
Definition of updating multiple objects using ForEach service request.
Definition UpdateRequest.h:55
static Safir::Dob::Typesystem::MemberIndex OperateOnMemberIndex()
void WriteToBlob(Safir::Dob::Typesystem::Int64 handle) const override
Write the object to a blob.
Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::EntityContainer > TemplateEntityRequest()
Safir::Dob::Typesystem::EntityIdContainerArray & OperateOn()
const Safir::Dob::Typesystem::ContainerBase & GetMember(const Safir::Dob::Typesystem::MemberIndex member, const Safir::Dob::Typesystem::ArrayIndex index) const override
Get a const reference to a member container from an object.
bool IsChanged() override
Check if any member of this object is changed.
Safir::Dob::Typesystem::ContainerProxy< Safir::Utilities::ForEach::ResponseType::EnumerationContainer > ResponseType()
UpdateRequest(Safir::Dob::Typesystem::Int64 handle)
Safir::Dob::Typesystem::ObjectPtr Clone() const override
Create a copy of the object.
static Safir::Dob::Typesystem::MemberIndex ResponseTypeMemberIndex()
Safir::Dob::Typesystem::TypeId GetTypeId() const override
Get the type id of this object.
Definition UpdateRequest.h:94
const Safir::Dob::Typesystem::EntityIdContainerArray & OperateOn() const
Array of entities to operate on.
const Safir::Dob::Typesystem::ContainerProxy< Safir::Utilities::ForEach::ResponseType::EnumerationContainer > ResponseType() const
The type of response wanted.
static Safir::Dob::Typesystem::MemberIndex TemplateEntityRequestMemberIndex()
void SetChanged(const bool changed) override
Recursively set change flags in all members of this object.
static UpdateRequestPtr Create()
Safir::Dob::Typesystem::ContainerBase & GetMember(const Safir::Dob::Typesystem::MemberIndex member, const Safir::Dob::Typesystem::ArrayIndex index) override
Get a reference to a member container from an object.
const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::EntityContainer > TemplateEntityRequest() const
The entity that is used as template for updating the OperateOn array.
static Safir::Dob::Typesystem::ArrayIndex OperateOnArraySize()