![]() |
Scanframe Modular Application 0.1.0
|
#include <Range.h>
Public Types | |
typedef uint64_t | size_type |
Integer type used for start and stop. | |
typedef int64_t | id_type |
Integer type used for the ID. | |
Public Attributes | |
size_type | _start |
Start position of the range or interval. | |
size_type | _stop |
Stop position of the range or interval. | |
id_type | _id |
Identifier of this range. | |
Struct that contains the data members of class 'Range'.
typedef int64_t sf::RANGE::id_type |
Integer type used for the ID.
typedef uint64_t sf::RANGE::size_type |
Integer type used for start and stop.
id_type sf::RANGE::_id |
Identifier of this range.
size_type sf::RANGE::_start |
Start position of the range or interval.
size_type sf::RANGE::_stop |
Stop position of the range or interval.