Countable< T > Class Template Referenceabstract

#include <Countable.h>

Inheritance diagram for Countable< T >:

Public Member Functions

virtual ~Countable ()
 
virtual unsigned int count () const =0
 
virtual const T & operator[] (unsigned int) const =0
 
virtual T & operator[] (unsigned int)=0
 
const T & at (unsigned int i) const
 

Constructor & Destructor Documentation

◆ ~Countable()

template<typename T >
virtual Countable< T >::~Countable ( )
inlinevirtual

Member Function Documentation

◆ at()

template<typename T >
const T& Countable< T >::at ( unsigned int  i) const
inline

◆ count()

◆ operator[]() [1/2]

◆ operator[]() [2/2]


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