ATLAS Offline Software
Loading...
Searching...
No Matches
CondDataObj.h File Reference
#include <iostream>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for CondDataObj.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CondDataObj

Functions

std::ostream & operator<< (std::ostream &ost, const CondDataObj &rhs)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & ost,
const CondDataObj & rhs )
inline

Definition at line 24 of file CondDataObj.h.

24 {
25 ost << rhs.val();
26 return ost;
27}
void val(int i)
Definition CondDataObj.h:16