https://mooseframework.inl.gov
Functions
ReporterName.C File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ReporterName &state)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ReporterName state 
)

Definition at line 93 of file ReporterName.C.

94 {
95  os << state.getCombinedName();
96  return os;
97 }
std::basic_ostream< charT, traits > * os
Definition: InfixIterator.h:33
const std::string getCombinedName() const
Return the name of the object and data as object_name/data_name.
Definition: ReporterName.C:47