https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ReporterName.h File Reference

Go to the source code of this file.

Classes

class  ReporterName
 The Reporter system is comprised of objects that can contain any number of data values. More...
 
class  PostprocessorReporterName
 A ReporterName that represents a Postprocessor. More...
 
class  VectorPostprocessorReporterName
 A ReporterName that represents a VectorPostprocessor. More...
 
struct  std::hash< ReporterName >
 

Namespaces

namespace  std
 

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 98 of file ReporterName.C.

100{
101 os << state.getCombinedName();
102 return os;
103}
const std::string getCombinedName() const
Return the name of the object and data as object_name/data_name.