strus  0.17
Public Member Functions | List of all members
strus::IndexRange Class Reference

#include <index.hpp>

Public Member Functions

Index start () const
 
Index end () const
 
int len () const
 
bool defined () const
 
 IndexRange ()
 
 IndexRange (Index start_, Index end_)
 
 IndexRange (const IndexRange &o)
 

Constructor & Destructor Documentation

strus::IndexRange::IndexRange ( )
inline
strus::IndexRange::IndexRange ( Index  start_,
Index  end_ 
)
inline
strus::IndexRange::IndexRange ( const IndexRange o)
inline

Member Function Documentation

bool strus::IndexRange::defined ( ) const
inline
Index strus::IndexRange::end ( ) const
inline
int strus::IndexRange::len ( ) const
inline
Index strus::IndexRange::start ( ) const
inline

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