Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
node.cpp File Reference
#include <GTL/node_data.h>
#include <GTL/edge_data.h>
#include <GTL/graph.h>
#include <GTL/bfs.h>
#include <cassert>
#include <iostream>
+ Include dependency graph for node.cpp:

Go to the source code of this file.

Functions

GTL_EXTERN ostream & operator<< (ostream &os, const node &n)
 
GTL_EXTERN bool operator== (node v1, node v2)
 
GTL_EXTERN bool operator!= (node v1, node v2)
 
GTL_EXTERN bool operator< (node v1, node v2)
 

Function Documentation

GTL_EXTERN bool operator!= ( node  v1,
node  v2 
)

Definition at line 163 of file node.cpp.

View newest version in sPHENIX GitHub at line 163 of file node.cpp

References node::data.

GTL_EXTERN bool operator< ( node  v1,
node  v2 
)

Definition at line 168 of file node.cpp.

View newest version in sPHENIX GitHub at line 168 of file node.cpp

References node::data.

GTL_EXTERN ostream& operator<< ( ostream &  os,
const node n 
)

Definition at line 35 of file node.cpp.

View newest version in sPHENIX GitHub at line 35 of file node.cpp

References node::id().

+ Here is the call graph for this function:

GTL_EXTERN bool operator== ( node  v1,
node  v2 
)

Definition at line 158 of file node.cpp.

View newest version in sPHENIX GitHub at line 158 of file node.cpp

References node::data.