#include <string>
#include <iosfwd>
Include dependency graph for emcNamed.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | emcNamed |
A small utility class to give name, title and classname to objects. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, const emcNamed &) |
|
Definition at line 54 of file emcNamed.C. References emcNamed::GetClassName(), emcNamed::GetName(), and emcNamed::GetTitle(). |