Clients should use instances of this class with the appropriate template parameter to declare fields in their SST; for example, SSTField<int> is the type of an integer-valued SST field.
More...
#include <sst.hpp>
template<typename T>
class sst::SSTField< T >
Clients should use instances of this class with the appropriate template parameter to declare fields in their SST; for example, SSTField<int> is the type of an integer-valued SST field.
Definition at line 65 of file sst.hpp.
◆ SSTField()
◆ operator()() [1/2]
template<typename T>
volatile T const& sst::SSTField< T >::operator() |
( |
const size_t |
row_idx | ) |
const |
|
inline |
◆ operator()() [2/2]
template<typename T>
void sst::SSTField< T >::operator() |
( |
const size_t |
row_idx, |
|
|
T const |
v |
|
) |
| |
|
inline |
◆ operator[]()
template<typename T>
volatile T& sst::SSTField< T >::operator[] |
( |
const size_t |
row_idx | ) |
const |
|
inline |
The documentation for this class was generated from the following file: