Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
systemc-clang
Commits
9a814f4b
Commit
9a814f4b
authored
Dec 20, 2018
by
rmrf
Browse files
Clean up code.
parent
34cf087e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/WaitContainer.h
View file @
9a814f4b
...
...
@@ -16,24 +16,24 @@ namespace scpar {
// typedefs
typedef
vector
<
string
>
waitArgVectorType
;
WaitContainer
();
WaitContainer
(
CXXMethodDecl
*
,
CallExpr
*
);
WaitContainer
();
WaitContainer
(
CXXMethodDecl
*
,
CallExpr
*
);
~
WaitContainer
();
~
WaitContainer
();
// Copy constructor.
WaitContainer
(
const
WaitContainer
&
);
WaitContainer
(
const
WaitContainer
&
);
unsigned
int
getNumArgs
();
CXXMethodDecl
*
getEntryMethod
();
CallExpr
*
getASTNode
();
waitArgVectorType
getArgList
();
unsigned
int
getNumArgs
();
CXXMethodDecl
*
getEntryMethod
();
CallExpr
*
getASTNode
();
waitArgVectorType
getArgList
();
void
dump
(
raw_ostream
&
,
int
tabn
=
0
);
void
dump
(
raw_ostream
&
,
int
tabn
=
0
);
private:
void
populateArgMap
();
string
getArgString
(
Expr
*
e
);
void
populateArgMap
();
string
getArgString
(
Expr
*
e
);
private:
CXXMethodDecl
*
_entryMethodDecl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment