#include <string>
#include <vector>
Go to the source code of this file.
|
std::string | bst::string::b2s (const bool b, const bool upper=false) |
|
std::string | bst::string::f2s (const double d, const int precision=2) |
|
std::string | bst::layout::fixedWidthRow (const std::vector< std::string > &row, const Alignment align, const int row_width) |
|
std::string | bst::layout::fixedWidthString (const std::string &s, const Alignment align, const int width) |
|
std::string | bst::string::i2s (const int i) |
|
std::string | bst::string::intToHex (const int i, const int width=2, const bool include_0x=true, const bool uppercase=true) |
| Converts an integer to a hexadecimal string. More...
|
|
std::string | bst::layout::simpleColumns (const std::vector< std::vector< std::string >> &rows, const Alignment align, const int column_width) |
|