Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
segment_graph
event_edge.h
Go to the documentation of this file.
1
#ifndef EVENT_EDGE_H_INCLUDED_
2
#define EVENT_EDGE_H_INCLUDED_
3
4
#include<iostream>
5
6
namespace
risc{
7
8
namespace
sg {
9
10
class
Edge{
11
12
public
:
13
friend
std::ostream&
operator<<
(std::ostream &out,
const
Edge
&e)
14
{
15
return
out;
16
}
17
};
18
19
}
// end of namesapce sg
20
21
}
// end of namespace risc
22
23
#endif
/* EVENT_EDGE_H_INCLUDED_ */
24
25
/* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */
risc::sg::Edge
Definition:
edge.h:11
risc::sg::Edge::operator<<
friend std::ostream & operator<<(std::ostream &out, const Edge &e)
Definition:
edge.h:21
Generated on Mon Sep 30 2019 13:16:58 by
1.8.5