1 #ifndef SAFIR_UTILITIES_FOREACH_UPDATEREQUEST_H_INCLUDED
2 #define SAFIR_UTILITIES_FOREACH_UPDATEREQUEST_H_INCLUDED
14 #include <Safir/Utilities/Internal/VisibilityHelpers.h>
16 #ifdef dots_generated_Safir_cpp_EXPORTS
17 # define DOTS_GENERATED_Safir_API SAFIR_HELPER_DLL_EXPORT
19 # define DOTS_GENERATED_Safir_API SAFIR_HELPER_DLL_IMPORT
20 # define SAFIR_LIBRARY_NAME "dots_generated-Safir-cpp"
21 # include <Safir/Utilities/Internal/AutoLink.h>
23 #define DOTS_GENERATED_Safir_API_LOCAL SAFIR_HELPER_DLL_LOCAL
98 virtual void SetChanged(
const bool changed);
108 virtual void WriteToBlob(
char * blob,
char * & beginningOfUnused)
const;
114 #pragma warning (push)
115 #pragma warning (disable : 4251)
123 #pragma warning (pop)
Definition: ResponseType.h:67
Safir::Dob::Typesystem::ArrayContainer< UpdateRequestContainer > UpdateRequestContainerArray
Definition: UpdateRequest.h:46
Definition: ContainerProxies.h:38
DotsC_TypeId TypeId
A unique type identifier.
Definition: Defs.h:219
Template class for all containers of automatically generated DOB objects.
Definition: ObjectContainer.h:185
boost::shared_ptr< Object > ObjectPtr
A smart pointer to an Object.
Definition: Object.h:41
DotsC_ArrayIndex ArrayIndex
Index into an array.
Definition: Defs.h:247
Definition of updating multiple objects using ForEach service request.
Definition: UpdateRequest.h:52
The baseclass for all services.
Definition: Service.h:43
boost::shared_ptr< UpdateRequest > UpdateRequestPtr
Definition: UpdateRequest.h:41
boost::shared_ptr< const UpdateRequest > UpdateRequestConstPtr
Definition: UpdateRequest.h:43
This enumeration has no summary.
Definition: ResponseType.h:40
Base class for all Containers.
Definition: ContainerBase.h:41
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const
Get the type id of this object.
Definition: UpdateRequest.h:92
#define DOTS_GENERATED_Safir_API
Definition: UpdateRequest.h:19
STL container for arrays of DOB-containers.
Definition: ArrayContainer.h:58
DotsC_Int32 Int32
32 bit integer type.
Definition: Defs.h:67
Safir::Dob::Typesystem::ObjectContainerImpl< UpdateRequest > UpdateRequestContainer
Definition: UpdateRequest.h:45
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition: Defs.h:238
static bool IsChanged(const ContainerBase &container)
Check if a container is changed.
Definition: ContainerBase.h:134