Implementation of GNSSTK string utility functions.
Definition in file StringUtils.cpp.
#include "StringUtils.hpp"
Go to the source code of this file.
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
| gnsstk::StringUtils | |
Macros | |
| #define | DEBUG_COL(LABEL, ADDED) |
| #define | DEBUG_COL_NO(LABEL, ADDED) |
Functions | |
| std::string | gnsstk::StringUtils::floatFormat (double d, FFLead lead, unsigned mantissa, unsigned exponent, unsigned width, char expChar, FFSign sign, FFAlign align) |
| void | gnsstk::StringUtils::hexDumpData (const std::string &data, std::ostream &s, const HexDumpDataConfig &cfg) |
| #define DEBUG_COL | ( | LABEL, | |
| ADDED | |||
| ) |
Definition at line 56 of file StringUtils.cpp.
| #define DEBUG_COL_NO | ( | LABEL, | |
| ADDED | |||
| ) |
Definition at line 52 of file StringUtils.cpp.