simple abstraction of the accessor to the array of the elements with type T More...
#include <IOrderHelper.h>
Public Member Functions | |
virtual size_t | size () const =0 |
returns size of the array | |
virtual T & | operator[] (size_t indx)=0 |
returns a pointer to element with |
simple abstraction of the accessor to the array of the elements with type T