Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
canvas
canvas
Persistency
Provenance
FileFormatVersion.cc
Go to the documentation of this file.
1
#include "
canvas/Persistency/Provenance/FileFormatVersion.h
"
2
#include <ostream>
3
4
std::ostream&
5
art::operator<<
(std::ostream& os,
FileFormatVersion
const
& ff)
6
{
7
os << (ff.
era_
.empty() ?
""
: (ff.
era_
+
": "
)) << ff.
value_
;
8
return
os;
9
}
art::operator<<
std::ostream & operator<<(std::ostream &os, const GroupSelector &gs)
Definition:
GroupSelector.cc:62
FileFormatVersion.h
art::FileFormatVersion
Definition:
FileFormatVersion.h:9
art::FileFormatVersion::value_
int value_
Definition:
FileFormatVersion.h:21
art::FileFormatVersion::era_
std::string era_
Definition:
FileFormatVersion.h:22
Generated by
1.8.11