| 430 | } |
| 431 | |
| 432 | void Set(const component_type& x, const component_type& y, const component_type& z) volatile |
| 433 | { |
| 434 | data[index_x] = x; |
| 435 | data[index_y] = y; |
| 436 | data[index_z] = z; |
| 437 | } |
| 438 | |
| 439 | operator typename ConverterVector3D<type_struct, index_x, index_y, index_z>::vector3D_type(void) |
| 440 | { |
nothing calls this directly
no outgoing calls
no test coverage detected