|
MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHstream.h>


Public Member Functions | |
| virtual ChStreamInAscii & | operator>> (bool &bVal) |
| virtual ChStreamInAscii & | operator>> (char &tch) |
| virtual ChStreamInAscii & | operator>> (int &nVal) |
| virtual ChStreamInAscii & | operator>> (double &dVal) |
| virtual ChStreamInAscii & | operator>> (unsigned int &unVal) |
| virtual ChStreamInAscii & | operator>> (char *str) |
| virtual ChStreamInAscii & | operator>> (std::string &str) |
| void | SetNumFormat (char *mf) |
Protected Attributes | |
| char | number_format [10] |
| void chrono::ChStreamInAscii::SetNumFormat | ( | char * | mf | ) |
Set the formatting string (ex "%f" or "%g" etc.) for text->float conversion.
CHRONO::ENGINE