FEDEM Solver  R8.0
Source code of the dynamics solver
Functions
FFaMsg.C File Reference
#include <cstdio>
#include "FFaLib/FFaDefinitions/FFaMsg.H"
#include "FFaLib/FFaAlgebra/FFaVec3.H"
Include dependency graph for FFaMsg.C:

Functions

FFaMsgoperator<< (FFaMsg &messager, const std::string &str)
 
FFaMsgoperator<< (FFaMsg &messager, const char *str)
 
FFaMsgoperator<< (FFaMsg &messager, const FaVec3 &vec)
 
FFaMsgoperator<< (FFaMsg &messager, double d)
 
FFaMsgoperator<< (FFaMsg &messager, char c)
 
FFaMsgoperator<< (FFaMsg &messager, int i)
 
FFaMsgoperator<< (FFaMsg &messager, long long int i)
 
FFaMsgoperator<< (FFaMsg &messager, size_t i)
 

Function Documentation

◆ operator<<() [1/8]

FFaMsg& operator<< ( FFaMsg messager,
char  c 
)

◆ operator<<() [2/8]

FFaMsg& operator<< ( FFaMsg messager,
const char *  str 
)

◆ operator<<() [3/8]

FFaMsg& operator<< ( FFaMsg messager,
const FaVec3 vec 
)

◆ operator<<() [4/8]

FFaMsg& operator<< ( FFaMsg messager,
const std::string &  str 
)

◆ operator<<() [5/8]

FFaMsg& operator<< ( FFaMsg messager,
double  d 
)

◆ operator<<() [6/8]

FFaMsg& operator<< ( FFaMsg messager,
int  i 
)

◆ operator<<() [7/8]

FFaMsg& operator<< ( FFaMsg messager,
long long int  i 
)

◆ operator<<() [8/8]

FFaMsg& operator<< ( FFaMsg messager,
size_t  i 
)