SST/macro
|
#include <global.h>
Additional Inherited Members | |
Public Types inherited from sstmac::sw::sstmac_global_builtin_arr< T *, N > | |
typedef val_map::const_iterator | const_iterator |
Public Member Functions inherited from sstmac::sw::sstmac_global_builtin_arr< T *, N > | |
sstmac_global_builtin_arr () | |
sstmac_global_builtin_arr (T *init) | |
virtual | ~sstmac_global_builtin_arr () |
virtual T *& | get_val (int n=0) const |
virtual std::string | to_string () const |
template<typename U > | |
T *& | operator= (const sstmac_global_builtin< U > &b) |
template<typename U > | |
T *& | operator= (U *b) |
T * | operator++ () |
T * | operator-- () |
T * | operator++ (int dummy) |
T * | operator-- (int dummy) |
template<typename U > | |
T * | operator+ (const U &b) |
template<typename U > | |
T * | operator- (const U &b) |
operator char * () | |
operator int * () | |
operator long * () | |
operator void * () | |
operator const char * () const | |
operator const int * () const | |
operator const long * () const | |
operator const void * () const | |
T *& | operator* () |
template<typename U > | |
bool | operator== (const U &b) const |
T * | operator-> () |
T *& | operator[] (int idx) |
T *& | operator[] (long idx) |
Protected Types inherited from sstmac::sw::sstmac_global_builtin_arr< T *, N > | |
typedef spkt_unordered_map< long, T * > | val_map |
typedef T * | Tptr |
Protected Member Functions inherited from sstmac::sw::sstmac_global_builtin_arr< T *, N > | |
bool | check_init (process_context ptxt, int n=0) |
Protected Member Functions inherited from sstmac::sw::sstmac_global | |
process_context | current_context () const |
Protected Attributes inherited from sstmac::sw::sstmac_global_builtin_arr< T *, N > | |
val_map | vals_ [N] |
T * | init_ |