DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Path.hpp File Reference
#include "okssystem/File.hpp"
Include dependency graph for Path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OksSystem::Path
 Path list handling mechanism. More...
 

Namespaces

namespace  OksSystem
 

Functions

std::ostream & operator<< (std::ostream &stream, const OksSystem::Path &path)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const OksSystem::Path & path )

STL output operator

Parameters
streamdestination stream
paththe path to print

Definition at line 124 of file Path.cpp.

124 {
125 path.write_to(stream);
126 return stream;
127} // operator<<