Created by the British Broadcasting Corporation.
#include <arrays.h>
Public Member Functions | |
Range (int s, int e) | |
Constructor. | |
int | First () const |
Returns the start of the range. | |
int | Last () const |
Returns the end point of the range. |
Private Attributes | |
int | m_fst |
int | m_lst |
Range type encapsulating a closed range of values [first,last]. Used to initialies OneDArrays.
|
inline |
|
inline |
References m_fst.
Referenced by dirac::OneDArray< T >::Init().
|
inline |
References m_lst.
Referenced by dirac::OneDArray< T >::Init().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.