OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Functions | Variables
Object.cpp File Reference
#include "AbstractObjects/Object.h"
#include "AbstractObjects/Attribute.h"
#include "AbstractObjects/Invalidator.h"
#include "AbstractObjects/Expressions.h"
#include "Parser/Statement.h"
#include "Utilities/Options.h"
#include "Utilities/ParseError.h"
#include <cmath>
#include <iostream>
#include <vector>
Include dependency graph for Object.cpp:

Go to the source code of this file.

Functions

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

Variables

Informgmsg
 

Function Documentation

◆ operator<<()

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

Definition at line 347 of file Object.cpp.

Variable Documentation

◆ gmsg

Inform* gmsg
extern

Definition at line 62 of file Main.cpp.

Referenced by Object::printHelp().