Home | History | Annotate | Download | only in IlmImf

Lines Matching defs:const

63 //	    const C &c = a[1];
65 // const C *e = a;
94 operator const T * () const {return _data;}
115 Array (const Array &); // Copying and assignment
116 Array & operator = (const Array &); // are not implemented
141 const T * operator [] (long x) const;
162 Array2D (const Array2D &); // Copying and assignment
163 Array2D & operator = (const Array2D &); // are not implemented
229 inline const T *
230 Array2D<T>::operator [] (long x) const