<StructInstanceArrayLayout> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » StructInstanceArrayLayout

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AddMemberAdds a <DataCapture> object and a member name to this object.
int32AddMemberNameAdds a member name.
int32AddMemberObjectAdds a <DataCapture> object to the list of members.
int32ClearClears the object's <DataCaptureList>, the <StrList> that stores members, and clears both <Uint8Array> objects (source and destionation storage).

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<StructInstanceStorage>DstStorageReturns a pointer to this object's <Uint8Array> destination storage object. This object should not be modified unless you know what you are doing.
<StrList>MemberNamesReturns a pointer to this object's <StrList> member name storage object. This object should not be modified unless you know what you are doing.
<DataCaptureList>MembersReturns a pointer to this object's <DataCaptureList> data member storage object. This object should not be modified unless you know what you are doing.
<StructInstanceStorage>SrcStorageReturns a pointer to this object's <Uint8Array> destination storage object. This object should not be modified unless you know what you are doing. Internal use only.