| 110 | inline ConstColumn column( int i ) const{ return ConstColumn( *this, i ) ; } |
| 111 | |
| 112 | inline const_iterator begin() const{ return VECTOR::begin() ; } |
| 113 | inline const_iterator end() const{ return VECTOR::end() ; } |
| 114 | inline const_iterator cbegin() const{ return VECTOR::begin() ; } |
| 115 | inline const_iterator cend() const{ return VECTOR::end() ; } |