SST/macro
Classes | Typedefs | Functions
global.h File Reference
#include <sstream>
#include <sprockit/unordered.h>
#include <sstmac/common/logger.h>
#include <sstmac/software/process/global_builtin.h>
#include <sstmac/software/process/global_builtin_array.h>
#include <sstmac/software/process/global_ptr.h>
#include <sstmac/software/process/global_ptr_array.h>
#include <sstmac/software/process/global_struct.h>
Include dependency graph for global.h:

Go to the source code of this file.

Classes

struct  global_arr< T, N >
 
struct  global_ptr_arr< T, N >
 

Typedefs

typedef sstmac::sw::sstmac_global_builtin< double * > global_double_ptr
 
typedef sstmac::sw::sstmac_global_builtin< double > global_double
 
typedef sstmac::sw::sstmac_global_builtin< char * > global_char_ptr
 
typedef sstmac::sw::sstmac_global_builtin< char > global_char
 
typedef sstmac::sw::sstmac_global_builtin< long * > global_long_ptr
 
typedef sstmac::sw::sstmac_global_builtin< long > global_long
 
typedef sstmac::sw::sstmac_global_builtin< int * > global_int_ptr
 
typedef sstmac::sw::sstmac_global_builtin< int > global_int
 
typedef sstmac::sw::sstmac_global_builtin< long long > global_long_long
 
typedef sstmac::sw::sstmac_global_builtin< bool * > global_bool_ptr
 
typedef sstmac::sw::sstmac_global_builtin< bool > global_bool
 

Functions

template<typename T >
void delete_global (const sstmac::sw::sstmac_global_builtin< T * > &x)
 
template<typename T >
void delete_global (const sstmac::sw::sstmac_global_struct< T * > &x)
 

Typedef Documentation

Definition at line 36 of file global.h.

Definition at line 35 of file global.h.

Definition at line 28 of file global.h.

Definition at line 27 of file global.h.

Definition at line 26 of file global.h.

Definition at line 25 of file global.h.

Definition at line 33 of file global.h.

Definition at line 31 of file global.h.

Definition at line 30 of file global.h.

Definition at line 34 of file global.h.

Definition at line 29 of file global.h.

Function Documentation

template<typename T >
void delete_global ( const sstmac::sw::sstmac_global_builtin< T * > &  x)

Definition at line 51 of file global.h.

References sstmac::sw::sstmac_global_builtin< T * >::get_val().

Here is the call graph for this function:

template<typename T >
void delete_global ( const sstmac::sw::sstmac_global_struct< T * > &  x)

Definition at line 58 of file global.h.

References sstmac::sw::sstmac_global_builtin< T * >::get_val().

Here is the call graph for this function: