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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const MooseObjectName &obj)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const MooseObjectName obj 
)

Definition at line 85 of file MooseObjectName.C.

86 {
87  if (obj._tag.empty())
88  return stream << obj._name;
89  else
90  return stream << obj._tag << obj._separator << obj._name;
91 }
std::string _tag
std::string _name
std::string _separator