Graphviz
14.1.3~dev.20260206.1255
Loading...
Searching...
No Matches
variable.cpp
Go to the documentation of this file.
1
17
#include "config.h"
18
19
#include <
vpsc/variable.h
>
20
std::ostream&
operator <<
(std::ostream &os,
const
Variable
&v) {
21
os <<
"("
<< v.
id
<<
"="
<< v.
position
() <<
")"
;
22
return
os;
23
}
24
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:20
variable.h
lib
vpsc
variable.cpp
Generated by
1.9.8