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
37 class ErrorListResponse;
108#pragma warning (push)
109#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
Safir::Dob::Typesystem::ArrayContainer< ErrorListResponseContainer > ErrorListResponseContainerArray
Definition ErrorListResponse.h:42
Safir::Dob::Typesystem::ArrayContainer< ResponseErrorInfoContainer > ResponseErrorInfoContainerArray
Definition ResponseErrorInfo.h:40
Safir::Dob::Typesystem::ObjectContainerImpl< ErrorListResponse > ErrorListResponseContainer
Definition ErrorListResponse.h:41
Safir::Dob::Typesystem::GenericObjectSequenceContainer< ErrorListResponse > ErrorListResponseSequenceContainer
Definition ErrorListResponse.h:43
std::shared_ptr< ResponseErrorInfo > ResponseErrorInfoPtr
Definition ResponseErrorInfo.h:36
std::shared_ptr< const ErrorListResponse > ErrorListResponseConstPtr
Definition ErrorListResponse.h:39
std::shared_ptr< ErrorListResponse > ErrorListResponsePtr
Definition ErrorListResponse.h:38
ValueContainer< Int32 > Int32Container
A container containing 32 bit integer values.
Definition ValueContainers.h:348
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
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:708
Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::Int32Container > NumberOfErrors()
Safir::Dob::Typesystem::ObjectPtr Clone() const override
Create a copy of the object.
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.
const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::Int32Container > NumberOfErrors() const
The number of indecies used in the Error array.
const Safir::Dob::ResponseErrorInfoContainerArray & Error() const
The generated errors.
static Safir::Dob::Typesystem::MemberIndex ErrorMemberIndex()
ErrorListResponse(Safir::Dob::Typesystem::Int64 handle)
Safir::Dob::Typesystem::TypeId GetTypeId() const override
Get the type id of this object.
Definition ErrorListResponse.h:87
void WriteToBlob(Safir::Dob::Typesystem::Int64 handle) const override
Write the object to a blob.
static ErrorListResponsePtr Create()
static const Safir::Dob::Typesystem::TypeId ClassTypeId
Type id for ErrorListResponse.
Definition ErrorListResponse.h:84
Safir::Dob::ResponseErrorInfoContainerArray & Error()
static Safir::Dob::Typesystem::MemberIndex NumberOfErrorsMemberIndex()
static Safir::Dob::Typesystem::ArrayIndex ErrorArraySize()
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.
bool IsChanged() override
Check if any member of this object is changed.
static ErrorListResponsePtr CreateErrorListResponse(const Safir::Dob::ResponseErrorInfoPtr Error)
Create an ErrorListResponse with one ResponseErrorInfo.
void SetChanged(const bool changed) override
Recursively set change flags in all members of this object.
The baseclass for all error responses.
Definition ErrorResponse.h:48