Issue 18215: Add "layout_type" member type to dda::Data (vsiplxx-ftf) Source: Mentor Graphics Corporation (Mr. Brooks Moses, brooks_moses(at)mentor.com) Nature: Enhancement Severity: Minor Summary: The dda::Data template allows accessing a block with particular layout requirements, and the user may leave some of those requirements unspecified -- which means that the implementation may decide which to use based on the block's layout. Right now there is no way to query the specific layout parameters that resulted from the combination of the block's layout with the layout requirements. We should add a new Data::layout_type member type to address that. Resolution: Revised Text: Actions taken: October 23, 2012: received issue Discussion: End of Annotations:===== te: Tue, 23 Oct 2012 12:51:51 -0700 From: Brooks Moses User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 To: Subject: VSIPL++ issue (#18 from me) X-OriginalArrivalTime: 23 Oct 2012 19:51:51.0363 (UTC) FILETIME=[D8598930:01CDB157] Name: Brooks Moses Employer: Mentor Graphics mailFrom: brooks_moses@mentor.com Terms_Agreement: I agree Specification: VSIPL++ Section: 7 [dda] FormalNumber: ptc/2012-07-27 Version: 1.2 - FTF Beta 1 Doc_Year: 2012 Doc_Month: August Doc_Day: 10 Page: 41 Title: Add "layout_type" member type to dda::Data Nature: Enhancement Severity: Minor B1: Report Issue Description: The dda::Data template allows accessing a block with particular layout requirements, and the user may leave some of those requirements unspecified -- which means that the implementation may decide which to use based on the block's layout. Right now there is no way to query the specific layout parameters that resulted from the combination of the block's layout with the layout requirements. We should add a new Data::layout_type member type to address that.