votca 2024-dev
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
votca::tools::RangeParser::block_t Struct Reference

Public Member Functions

 block_t ()=default
 
 block_t (const Index &begin, const Index &end, const Index &stride)
 

Public Attributes

Index begin_
 
Index end_
 
Index stride_
 

Detailed Description

Definition at line 46 of file rangeparser.h.

Constructor & Destructor Documentation

◆ block_t() [1/2]

votca::tools::RangeParser::block_t::block_t ( )
default

◆ block_t() [2/2]

votca::tools::RangeParser::block_t::block_t ( const Index begin,
const Index end,
const Index stride 
)
inline

Definition at line 48 of file rangeparser.h.

Member Data Documentation

◆ begin_

Index votca::tools::RangeParser::block_t::begin_

Definition at line 51 of file rangeparser.h.

◆ end_

Index votca::tools::RangeParser::block_t::end_

Definition at line 51 of file rangeparser.h.

◆ stride_

Index votca::tools::RangeParser::block_t::stride_

Definition at line 51 of file rangeparser.h.


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