OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
Range Struct Reference

#include <range.hh>

Public Member Functions

 Range ()
 
 Range (size_t loc, size_t len)
 
size_t End () const
 
bool operator== (const Range &rhs) const
 
bool operator!= (const Range &rhs) const
 

Data Fields

size_t Loc
 
size_t Length
 

Detailed Description

Definition at line 26 of file range.hh.

Constructor & Destructor Documentation

Range ( )
inline

Definition at line 30 of file range.hh.

Range ( size_t  loc,
size_t  len 
)
inline

Definition at line 34 of file range.hh.

Member Function Documentation

size_t End ( ) const
inline

Definition at line 38 of file range.hh.

bool operator!= ( const Range rhs) const
inline

Definition at line 45 of file range.hh.

bool operator== ( const Range rhs) const
inline

Definition at line 41 of file range.hh.

Field Documentation

size_t Length

Definition at line 29 of file range.hh.

size_t Loc

Definition at line 28 of file range.hh.


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