OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Classes | Macros | Typedefs | Functions
IpplInfo.h File Reference
#include "Utility/StaticIpplInfo.h"
#include "Utility/Inform.h"
#include <iostream>
#include <stack>
#include <mpi.h>
Include dependency graph for IpplInfo.h:

Go to the source code of this file.

Classes

class  IpplInfo
 

Macros

#define INFOMSG(msg)   { *IpplInfo::Info << msg; }
 
#define WARNMSG(msg)   { *IpplInfo::Warn << msg; }
 
#define ERRORMSG(msg)   { *IpplInfo::Error << msg; }
 

Typedefs

typedef IpplInfo Ippl
 

Functions

std::ostream & operator<< (std::ostream &, const IpplInfo &)
 

Macro Definition Documentation

◆ ERRORMSG

#define ERRORMSG (   msg)    { *IpplInfo::Error << msg; }

Definition at line 350 of file IpplInfo.h.

◆ INFOMSG

#define INFOMSG (   msg)    { *IpplInfo::Info << msg; }

Definition at line 348 of file IpplInfo.h.

◆ WARNMSG

#define WARNMSG (   msg)    { *IpplInfo::Warn << msg; }

Definition at line 349 of file IpplInfo.h.

Typedef Documentation

◆ Ippl

typedef IpplInfo Ippl

Definition at line 353 of file IpplInfo.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const IpplInfo  
)