Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::RANGE Struct Reference

#include <Range.h>

Inheritance diagram for sf::RANGE:

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.
 

Detailed Description

Struct that contains the data members of class 'Range'.

Member Typedef Documentation

◆ id_type

typedef int64_t sf::RANGE::id_type

Integer type used for the ID.

◆ size_type

typedef uint64_t sf::RANGE::size_type

Integer type used for start and stop.

Member Data Documentation

◆ _id

id_type sf::RANGE::_id

Identifier of this range.

◆ _start

size_type sf::RANGE::_start

Start position of the range or interval.

◆ _stop

size_type sf::RANGE::_stop

Stop position of the range or interval.


The documentation for this struct was generated from the following file: