Transaction-Level Modeling Framework for Space Applications
Macros | |
#define | CNSC_STRING_OPERATOR_IMPLEMENTATIONS(otype) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const sr_param< std::string > &str) |
std::istream & | operator>> (std::istream &is, sr_param< std::string > &str) |
(all): check if works! More... | |
std::string | operator+ (const sr_param< std::string > &lhs, const sr_param< std::string > &rhs) |
std::string | operator+ (const sr_param< std::string > &lhs, const std::string &rhs) |
std::string | operator+ (const std::string &lhs, const sr_param< std::string > &rhs) |
std::string | operator+ (const sr_param< std::string > &lhs, const char *rhs) |
std::string | operator+ (const char *lhs, const sr_param< std::string > &rhs) |
#define CNSC_STRING_OPERATOR_IMPLEMENTATIONS | ( | otype | ) |
|
inline |
|
inline |
(all): check if works!