FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <string>
#include <vector>
#include <stack>
#include <map>
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... | |
#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).