Graphviz
13.0.0~dev.20241222.1117
Loading...
Searching...
No Matches
variable.cpp
Go to the documentation of this file.
1
16
#include <
vpsc/variable.h
>
17
std::ostream&
operator <<
(std::ostream &os,
const
Variable
&v) {
18
os <<
"("
<< v.
id
<<
"="
<< v.
position
() <<
")"
;
19
return
os;
20
}
21
Variable
Definition
variable.h:26
Variable::id
const int id
Definition
variable.h:29
Variable::position
double position() const
Definition
variable.h:46
operator<<
std::ostream & operator<<(std::ostream &os, const Variable &v)
Definition
variable.cpp:17
variable.h
lib
vpsc
variable.cpp
Generated by
1.9.8