| 656 | } |
| 657 | |
| 658 | void Set(const component_type& x, const component_type& y, const component_type& z, const component_type& w) volatile |
| 659 | { |
| 660 | data[index_x] = x; |
| 661 | data[index_y] = y; |
| 662 | data[index_z] = z; |
| 663 | data[index_w] = w; |
| 664 | } |
| 665 | |
| 666 | operator typename ConverterVector4D<type_struct, index_x, index_y, index_z, index_w>::vector4D_type(void) |
| 667 | { |
nothing calls this directly
no outgoing calls
no test coverage detected