OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
Object.h File Reference
#include "AbstractObjects/Attribute.h"
#include "MemoryManagement/RCObject.h"
#include <iosfwd>
#include <set>
#include <string>
#include <vector>
Include dependency graph for Object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Object
 The base class for all OPAL objects. More...

Functions

std::ostream & operator<< (std::ostream &os, const Object &object)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const Object & object )
extern

Definition at line 374 of file Object.cpp.