Bayeux  3.4.1
Core Foundation library for SuperNEMO
Static Public Attributes | List of all members
datatools::range_tools Struct Reference

Utility that hosts constants relative to range and interval objects. More...

#include <bayeux/datatools/range_tools.h>

Static Public Attributes

static const char token_open_included = '['
 
static const char token_close_included = ']'
 
static const char token_open_excluded = '('
 
static const char token_open_excluded_alt = ']'
 
static const char token_close_excluded = ')'
 
static const char token_close_excluded_alt = '['
 
static const char token_separator = ','
 
static const char token_separator2 = ';'
 
static const char token_invalid = '!'
 

Detailed Description

Utility that hosts constants relative to range and interval objects.

Member Data Documentation

◆ token_close_excluded

const char datatools::range_tools::token_close_excluded = ')'
static

◆ token_close_excluded_alt

const char datatools::range_tools::token_close_excluded_alt = '['
static

◆ token_close_included

const char datatools::range_tools::token_close_included = ']'
static

◆ token_invalid

const char datatools::range_tools::token_invalid = '!'
static

◆ token_open_excluded

const char datatools::range_tools::token_open_excluded = '('
static

◆ token_open_excluded_alt

const char datatools::range_tools::token_open_excluded_alt = ']'
static

◆ token_open_included

const char datatools::range_tools::token_open_included = '['
static

◆ token_separator

const char datatools::range_tools::token_separator = ','
static

◆ token_separator2

const char datatools::range_tools::token_separator2 = ';'
static

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