#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
|
class | utils::parser::SliceParser |
| This class is a parser for slices of the form i:j:k where i, j and k are integers representing respectively the starting point, the stopping point and the period. More...
|
|
class | utils::parser::IntervalsParser |
| This class is a parser for multiple slices of the form x,y,z,... where x, y and z are slices of the form i:j:k, as defined in the SliceParser class. This class contains a vector of SliceParsers. More...
|
|
class | utils::parser::BTDIntervalsParser |
| This class is a parser for multiple slices of the form x,y,z,... where x, y and z are slices of the form i:j:k, as defined in the SliceParser class. This class contains a vector of SliceParsers. The supported function set differs from the IntervalsParser. More...
|
|