Data Access Library (DAL)
 All Classes Functions Variables Typedefs Friends
Public Member Functions | Public Attributes
dal::Range Struct Reference

#include <Flagging.h>

Inheritance diagram for dal::Range:
dal::TupleBase< unsigned long long, 2 > dal::TupleUntemplated

List of all members.

Public Member Functions

 Range (unsigned long long begin, unsigned long long end)
std::string to_string ()
 Returns a string representation of this Range, e.g. "[0,10)".

Public Attributes

unsigned long long begin
unsigned long long end

Detailed Description

class Range is typically used in a vector for flagging data. In a range, `begin` is inclusive and `end` is exclusive.

Note: size() (inherited) always returns 2 (number of tuple elements)


The documentation for this struct was generated from the following files:
 All Classes Functions Variables Typedefs Friends