systemc-clang 2.0.0
Parsing SystemC constructs
|
Namespaces | |
namespace | utils |
Enumerations | |
enum class | ASTSTATE { EMPTY , DECLSTMT , MEMBEREXPR , CXXOPERATORCALLEXPR , CXXCONSTRUCTEXPR } |
enum class | ReadWrite { RWINIT , READ , WRITE } |
enum class | PROCESS_TYPE { NONE , THREAD , CTHREAD , METHOD } |
Functions | |
template<typename T > | |
std::string | to_string (T *pointer) |
std::string | read_systemc_file (std::string const data_dir, std::string const name) |
Variables | |
std::ifstream | file {} |
|
strong |
Enumerator | |
---|---|
EMPTY | |
DECLSTMT | |
MEMBEREXPR | |
CXXOPERATORCALLEXPR | |
CXXCONSTRUCTEXPR |
Definition at line 48 of file EntryFunctionContainer.h.
|
strong |
Enumerator | |
---|---|
NONE | |
THREAD | |
CTHREAD | |
METHOD |
Definition at line 58 of file EntryFunctionContainer.h.
|
strong |
Enumerator | |
---|---|
RWINIT | |
READ | |
WRITE |
Definition at line 56 of file EntryFunctionContainer.h.
std::string systemc_clang::read_systemc_file | ( | std::string const | data_dir, |
std::string const | name ) |
std::string systemc_clang::to_string | ( | T * | pointer | ) |
Definition at line 18 of file ProcessDecl.h.