#include <Utility.h>
|
| Utility () |
|
void | tabit (raw_ostream &os, int tabn) |
|
string | strip (string s, string sub) |
|
template<typename vec > |
vec | removeDuplicate (vec vecInput) |
|
template<typename vec , typename element > |
bool | isElementPresent (vec vecInput, element elemInput) |
|
template<typename expressionArg > |
string | getArgumentName (expressionArg *exp) |
|
Definition at line 26 of file Utility.h.
◆ Utility()
systemc_clang::Utility::Utility |
( |
| ) |
|
|
inline |
◆ getArgumentName()
template<typename expressionArg >
string systemc_clang::Utility::getArgumentName |
( |
expressionArg * | exp | ) |
|
|
inline |
◆ isElementPresent()
template<typename vec , typename element >
bool systemc_clang::Utility::isElementPresent |
( |
vec | vecInput, |
|
|
element | elemInput ) |
|
inline |
◆ removeDuplicate()
template<typename vec >
vec systemc_clang::Utility::removeDuplicate |
( |
vec | vecInput | ) |
|
|
inline |
◆ strip()
string systemc_clang::Utility::strip |
( |
string | s, |
|
|
string | sub ) |
|
inline |
◆ tabit()
void systemc_clang::Utility::tabit |
( |
raw_ostream & | os, |
|
|
int | tabn ) |
|
inline |
The documentation for this class was generated from the following file: