25 #ifndef __DOTS_MEMBERS_H__
26 #define __DOTS_MEMBERS_H__
68 const std::wstring & memberName);
115 const char * & memberName,
DOTS_API Dob::Typesystem::Int32 GetNumberOfMembers(const Dob::Typesystem::TypeId typeId)
Get the number of members for a class or property.
DOTS_API Dob::Typesystem::Int32 GetMaxStringLength(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the maximum string length of a member.
DOTS_API void GetInfo(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member, Dob::Typesystem::MemberType &memberType, const char *&memberName, Dob::Typesystem::TypeId &memberTypeId, Dob::Typesystem::Int32 &stringLength, bool &isArray, Dob::Typesystem::Int32 &arrayLength)
Get information about a specific class member.
DOTS_API Dob::Typesystem::MemberIndex GetIndex(const Dob::Typesystem::TypeId typeId, const std::wstring &memberName)
Get the member index of a named member.
DotsC_TypeId TypeId
A unique type identifier.
Definition: Dob/Typesystem/Defs.h:221
DOTS_API Dob::Typesystem::TypeId GetTypeId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get type id of object or enumeration member.
DOTS_API std::wstring GetTypeName(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the name of the type as it was defined in the xml description.
DOTS_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_API Dob::Typesystem::Int32 GetArraySize(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the array size of a member.
DotsC_Int32 Int32
32 bit integer type.
Definition: Dob/Typesystem/Defs.h:69
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition: Dob/Typesystem/Defs.h:240
DotsC_MemberType MemberType
An enumeration of all possible types of an object member.
Definition: Dob/Typesystem/Defs.h:281