OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Functions | Variables
Attribute.cpp File Reference
#include "AbstractObjects/Attribute.h"
#include "AbstractObjects/AttributeBase.h"
#include "Utilities/Options.h"
#include "Utility/Inform.h"
#include <set>
#include <iostream>
Include dependency graph for Attribute.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Attribute &attr)
 

Variables

Informgmsg
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Attribute attr 
)

Definition at line 169 of file Attribute.cpp.

References Attribute::getBase(), and AttributeBase::print().

Here is the call graph for this function:

Variable Documentation

◆ gmsg

Inform* gmsg
extern