25 #ifndef __DOTS_MEMBERS_H__
26 #define __DOTS_MEMBERS_H__
68 const std::wstring & memberName);
115 const char * & memberName,
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 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 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_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::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: Defs.h:219
DOTS_CPP_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_CPP_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: Defs.h:67
#define DOTS_CPP_API
Definition: Defs.h:33
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.
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition: Defs.h:238
DotsC_MemberType MemberType
An enumeration of all possible types of an object member.
Definition: Defs.h:279