﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
15	Questions for Arrays of Simple Types (SDR Section 3.2)	calvin.harman@…	Paul Price	"Below are questions about the coding of the psArray containers and requests for 
changes in the documentation and coding implementation.

 - The opening sentence in Section 3.2 mentions an array for void *, but the 
next section defines an array of pointers for void **. Do you want to have both 
void * and void ** array types or just void **?

 - Appendix A mentions a Vector array type, psVectorArray, that is not 
documented in the body of the SDR. Do you still want this? If so, how is it 
defined?

 - When defining the number of elements in the psFloatArray, ""size"" and ""s"" are 
given, but the struct that is given doesn't have either. Do these refer to 
nalloc member?

 - Can the psXXXArray types be changed to have a union member to hold the array 
data? (i.e. *arr would be a union). If defined this way, we wouldn't have to 
create a psFloatArray, psIntarray, etc. struct for every type.

 - Array types are common to other library systems, however those systems have 
accessor functions to insert and delete array elements. Was there any desire to 
add these types of methods to the PS arrays?"	defect	closed	high		PSLib SDRS	unspecified	normal	fixed		
