opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Structure to represent a slice of data. More...
#include <opatIO.h>
Public Attributes | |
uint32_t | start |
Start index of the slice. | |
uint32_t | end |
End index of the slice. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Slice &slice) |
Stream insertion operator for printing the slice. | |
Structure to represent a slice of data.
A Slice defines a range of rows or columns to extract from a table.
Example:
|
friend |
Stream insertion operator for printing the slice.
os | Output stream. |
slice | Slice to print. |
uint32_t opat::Slice::end |
End index of the slice.
uint32_t opat::Slice::start |
Start index of the slice.