#include <CommonDataStructures.h>
Public Member Functions | |
IndexData (const T &data, std::size_t dataIndex) | |
Public Attributes | |
T | m_data |
The templated data. | |
std::size_t | m_dataIndex |
The index of the data inside the data vector. | |
Definition at line 68 of file CommonDataStructures.h.
|
inline |
Definition at line 76 of file CommonDataStructures.h.
T te::vp::IndexData< T >::m_data |
The templated data.
Definition at line 72 of file CommonDataStructures.h.
std::size_t te::vp::IndexData< T >::m_dataIndex |
The index of the data inside the data vector.
Definition at line 73 of file CommonDataStructures.h.