Version: 8.3.0
Proc.cxx File Reference
#include "Proc.hxx"
#include "ElementaryNode.hxx"
#include "Runtime.hxx"
#include "Container.hxx"
#include "ComponentInstance.hxx"
#include "InputPort.hxx"
#include "OutputPort.hxx"
#include "TypeCode.hxx"
#include "Logger.hxx"
#include "Visitor.hxx"
#include "VisitorSaveSchema.hxx"
#include "VisitorSaveState.hxx"
#include <sstream>
#include <set>
#include "YacsTrace.hxx"
Include dependency graph for Proc.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Proc &p)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Proc p 
)

Definition at line 97 of file Proc.cxx.

98 {
99  os << "Proc" ;
100  return os;
101 }