bytes_parser.h
Go to the documentation of this file.
1 // Parse memory specifications like "100 MB"
2 // Authors: Adrien Barral, Max Schwarz
3 
4 #ifndef ROSMON_LAUNCH_BYTES_PARSER_H
5 #define ROSMON_LAUNCH_BYTES_PARSER_H
6 
7 #include <tuple>
8 
9 namespace rosmon
10 {
11 namespace launch
12 {
13 
19 std::tuple<uint64_t, bool> parseMemory(const std::string& memory);
20 
21 }
22 }
23 
24 #endif
std::tuple< uint64_t, bool > parseMemory(const std::string &memory)


rosmon_core
Author(s): Max Schwarz
autogenerated on Wed Jul 10 2019 03:10:12