Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » StructInstanceLayout |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | AddMember | Adds a struct member to this object. |
| int32 | AddMemberName | Adds a member name. |
| int32 | AddMemberObject | Adds a <DataCapture> object to the list of members. |
| int32 | Clear | Clears the <DataCaptureList>, <StrList>, and storage objects used to store data members, data member names, and the memory layout of the data. |
| int32 | CreateDeclarations | This option is undocumented at present. |
| int32 | GetDeclarations | This option is undocumented at present. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| <StructInstanceStorage> | CpuStorage | This option is undocumented at present. |
| <StructDeclArray> | Decls | This option is undocumented at present. |
| <StructInstanceStorage> | GpuStorage | This option is undocumented at present. |
| <StrList> | MemberNames | Returns a pointer to the <StrList> object that stores struct member names. |
| <DataCaptureList> | Members | Returns a pointer to the <DataCaptureList> object that stores struct members. |
| <Node> | GetContainer | This option is undocumented at present. |