OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "AbstractObjects/Attribute.h"
#include "MemoryManagement/RCObject.h"
#include <iosfwd>
#include <set>
#include <string>
#include <vector>
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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Object & | object | ||
) |
Definition at line 347 of file Object.cpp.