#include <cstddef>
#include <string>
Go to the source code of this file.
|
namespace | volcart |
| Volume Cartographer library
|
|
|
enum class | MemoryStringFormat { Int
, Float
} |
|
|
std::size_t | volcart::MemorySizeStringParser (const std::string &s) |
| Converts strings describing memory sizes to byte values. More...
|
|
std::string | volcart::BytesToMemorySizeString (std::size_t bytes, const std::string &suffix="GB", MemoryStringFormat fmt=MemoryStringFormat::Int) |
|
- Author
- Seth Parker
- Date
- 2/15/18
Definition in file MemorySizeStringParser.hpp.