| 359 | SizeType GetSize() const { return m_NumDimMappings; } |
| 360 | |
| 361 | ConstIterator begin() const { return m_DimMappings.begin(); } |
| 362 | /** |
| 363 | * |
| 364 | * @return pointer one past the end of the number of mapping not the length of m_DimMappings. |
no outgoing calls
no test coverage detected