|
WarpX
|
#include <string>#include <limits>#include <vector>Go to the source code of this file.
Classes | |
| class | 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 | 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... | |
1.8.13