FEDEM Solver  R8.0
Source code of the dynamics solver
Classes | Macros
FFaMsg.H File Reference
#include <string>
#include <vector>
#include <stack>
#include <map>
Include dependency graph for FFaMsg.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FFaMsg
 Interface class for various user feedback. More...
 

Macros

#define ListUI   FFaMsg::getMessager()
 Output stream for feedback messages to the user. More...
 

Macro Definition Documentation

◆ ListUI

#define ListUI   FFaMsg::getMessager()

Output stream for feedback messages to the user.

This symbol works like an output stream. Use this instead of std::cout and std::cerr when the message is meaningful to the user too (and not only for the developers).