Documentation of MARTY
A Modern ARtificial Theoretical phYsicist
Public Member Functions | Private Types | Private Attributes
mty::iterable_view< Value_Type, Containor > Class Template Reference

Public Member Functions

 iterable_view (const Containor &t_iterable)
 
 iterable_view (const Containor &t_iterable, size_t b, size_t e)
 
bool empty () const
 
size_t size () const
 
c_iter begin () const
 
c_iter end () const
 
c_riter rbegin () const
 
c_riter rend () const
 
Value_Type operator[] (size_t i) const
 

Private Types

typedef Containor::const_iterator c_iter
 
typedef Containor::const_reverse_iterator c_riter
 

Private Attributes

const Containor & iterable
 
const size_t custom_begin
 
const size_t custom_end
 

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