25#ifndef __DOTS_MEMBERS_H__
26#define __DOTS_MEMBERS_H__
68 const std::wstring & memberName);
134 const char * & memberName,
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
DotsC_Int32 Int32
32 bit integer type.
Definition Defs.h:66
DotsC_CollectionType CollectionType
An enumeration of all possible collection types of an object member.
Definition Defs.h:293
DotsC_TypeId TypeId
A unique type identifier.
Definition Defs.h:218
DotsC_MemberType MemberType
An enumeration of all possible types of an object member.
Definition Defs.h:278
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition Defs.h:237
DOTS_CPP_API Dob::Typesystem::MemberIndex GetIndex(const Dob::Typesystem::TypeId typeId, const std::wstring &memberName)
Get the member index of a named member.
DOTS_CPP_API Dob::Typesystem::Int32 GetMaxStringLength(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the maximum string length of a member.
DOTS_CPP_API std::wstring GetName(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the name of the specified member as it was defined in the xml description.
DOTS_CPP_API Dob::Typesystem::Int32 GetArraySize(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the array size of a member.
DOTS_CPP_API void GetInfo(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member, Dob::Typesystem::MemberType &memberType, Dob::Typesystem::MemberType &keyType, const char *&memberName, Dob::Typesystem::TypeId &memberTypeId, Dob::Typesystem::TypeId &keyTypeId, Dob::Typesystem::Int32 &stringLength, Dob::Typesystem::CollectionType &collectionType, Dob::Typesystem::Int32 &arrayLength)
Get information about a specific class member.
DOTS_CPP_API Dob::Typesystem::Int32 GetNumberOfMembers(const Dob::Typesystem::TypeId typeId)
Get the number of members for a class or property.
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.
DOTS_CPP_API std::wstring GetTypeName(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the type name of the specified member as it was defined in the xml description.
#define DOTS_CPP_API
Definition Defs.h:33