25 #ifndef _SAFIR_DOB_PREVIOUS_ENTITY_PROXY_H
26 #define _SAFIR_DOB_PREVIOUS_ENTITY_PROXY_H
28 #include <Safir/Dob/Internal/ProxyImplPtr.h>
46 class PreviousEntityProxyImpl;
140 const char * GetBlob()
const;
152 const char * GetBlobWithChangeInfo()
const;
207 #pragma warning (push)
208 #pragma warning (disable: 4251) // To get rid of warning that says that the template needs to have a DLL-interface
211 Internal::ProxyImplPtr<Internal::PreviousEntityProxyImpl> m_pImpl;
214 #pragma warning (pop)
Class containing the identity of an entity.
Definition: EntityId.h:41
Class containing the identity of a handler.
Definition: HandlerId.h:44
DOTS_CPP_API const Dob::Typesystem::InstanceId GetInstanceId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::ParameterIndex parameter, const Dob::Typesystem::ArrayIndex index)
Get a InstanceId parameter value.
DOTS_CPP_API Dob::Typesystem::TypeId GetTypeId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get type id of object or enumeration member.
boost::shared_ptr< Entity > EntityPtr
Definition: Entity.h:32
Class containing the identity of an instance.
Definition: InstanceId.h:47
DotsC_Int64 Int64
64 bit integer type.
Definition: Defs.h:70
DotsC_TypeId TypeId
A unique type identifier.
Definition: Defs.h:219
boost::shared_ptr< ConnectionInfo > ConnectionInfoPtr
Definition: ConnectionInfo.h:34
DOTS_CPP_API const Dob::Typesystem::EntityId GetEntityId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::ParameterIndex parameter, const Dob::Typesystem::ArrayIndex index)
Get an EntityId parameter value.
Proxy class for a "previous" entity.
Definition: PreviousEntityProxy.h:52
#define DOSE_CPP_API
Definition: DoseCppExportDefs.h:33
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition: Defs.h:238