ncmpc  0.31
Public Types | Public Member Functions | Data Fields
Completion::Range Struct Reference

#include <Completion.hxx>

Public Types

using const_iterator = List::const_iterator
 

Public Member Functions

bool operator== (const Range other) const
 
bool operator!= (const Range other) const
 
const_iterator begin () const
 
const_iterator end () const
 

Data Fields

const_iterator _begin
 
const_iterator _end
 

Member Typedef Documentation

◆ const_iterator

using Completion::Range::const_iterator = List::const_iterator

Member Function Documentation

◆ operator==()

bool Completion::Range::operator== ( const Range  other) const
inline

◆ operator!=()

bool Completion::Range::operator!= ( const Range  other) const
inline

◆ begin()

const_iterator Completion::Range::begin ( ) const
inline

◆ end()

const_iterator Completion::Range::end ( ) const
inline

Field Documentation

◆ _begin

const_iterator Completion::Range::_begin

◆ _end

const_iterator Completion::Range::_end

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