SST/macro
|
Namespace for internal utility print routines. More...
Functions | |
template<typename T > | |
std::string | ints (int len, const T *arr) |
template<typename T > | |
std::string | ints (bool do_output, int len, const T *arr) |
template<typename T > | |
std::string | ints2d (int xl, int yl, T **arr) |
std::string | statuses (int len, const dumpi_status *statuses) |
std::string | stringarray (int len, char **arr) |
std::string | stringarray (bool do_output, int len, char **arr) |
std::string | stringarraynull (char **arr) |
std::string | stringarraynull (bool do_output, char **arr) |
std::string | stringarraynull2d (bool do_output, int xl, char ***arr) |
Namespace for internal utility print routines.
std::string sstmac::sw::P::ints | ( | int | len, |
const T * | arr | ||
) |
Definition at line 75 of file dumpi_type_io.h.
Referenced by ints(), ints2d(), and sstmac::sw::operator<<().
std::string sstmac::sw::P::ints | ( | bool | do_output, |
int | len, | ||
const T * | arr | ||
) |
Definition at line 93 of file dumpi_type_io.h.
References ints().
std::string sstmac::sw::P::ints2d | ( | int | xl, |
int | yl, | ||
T ** | arr | ||
) |
Definition at line 104 of file dumpi_type_io.h.
References ints().
Referenced by sstmac::sw::operator<<().
|
inline |
Definition at line 129 of file dumpi_type_io.h.
Referenced by sstmac::sw::operator<<().
|
inline |
Definition at line 149 of file dumpi_type_io.h.
Referenced by sstmac::sw::operator<<(), and stringarray().
|
inline |
Definition at line 169 of file dumpi_type_io.h.
References stringarray().
|
inline |
Definition at line 180 of file dumpi_type_io.h.
Referenced by sstmac::sw::operator<<(), stringarraynull(), and stringarraynull2d().
|
inline |
Definition at line 200 of file dumpi_type_io.h.
References stringarraynull().
|
inline |
Definition at line 211 of file dumpi_type_io.h.
References stringarraynull().
Referenced by sstmac::sw::operator<<().