| 1718 | | MAC_EXTERN template TYPE& n_pointer<TYPE,1,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1719 | | MAC_EXTERN template const n_pointer<TYPE,1,LAYOUT,BC> n_pointer<TYPE,2,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1720 | | MAC_EXTERN template const n_pointer<TYPE,2,LAYOUT,BC> n_pointer<TYPE,3,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1721 | | MAC_EXTERN template const n_pointer<TYPE,3,LAYOUT,BC> n_pointer<TYPE,4,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1722 | | MAC_EXTERN template const n_pointer<TYPE,4,LAYOUT,BC> n_pointer<TYPE,5,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1723 | | MAC_EXTERN template const n_pointer<TYPE,1,LAYOUT,BC> multi_arr<TYPE,2,LAYOUT,BC>::operator[] (const size_t); \ |
| 1724 | | MAC_EXTERN template const n_pointer<TYPE,2,LAYOUT,BC> multi_arr<TYPE,3,LAYOUT,BC>::operator[] (const size_t); \ |
| 1725 | | MAC_EXTERN template const n_pointer<TYPE,3,LAYOUT,BC> multi_arr<TYPE,4,LAYOUT,BC>::operator[] (const size_t); \ |
| 1726 | | MAC_EXTERN template const n_pointer<TYPE,4,LAYOUT,BC> multi_arr<TYPE,5,LAYOUT,BC>::operator[] (const size_t); \ |
| 1727 | | MAC_EXTERN template const n_pointer<TYPE,5,LAYOUT,BC> multi_arr<TYPE,6,LAYOUT,BC>::operator[] (const size_t); \ |
| 1728 | | MAC_EXTERN template const TYPE& const_n_pointer<TYPE,1,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1729 | | MAC_EXTERN template const const_n_pointer<TYPE,1,LAYOUT,BC> const_n_pointer<TYPE,2,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1730 | | MAC_EXTERN template const const_n_pointer<TYPE,2,LAYOUT,BC> const_n_pointer<TYPE,3,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1731 | | MAC_EXTERN template const const_n_pointer<TYPE,3,LAYOUT,BC> const_n_pointer<TYPE,4,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1732 | | MAC_EXTERN template const const_n_pointer<TYPE,4,LAYOUT,BC> const_n_pointer<TYPE,5,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1733 | | MAC_EXTERN template const const_n_pointer<TYPE,1,LAYOUT,BC> multi_arr<TYPE,2,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1734 | | MAC_EXTERN template const const_n_pointer<TYPE,2,LAYOUT,BC> multi_arr<TYPE,3,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1735 | | MAC_EXTERN template const const_n_pointer<TYPE,3,LAYOUT,BC> multi_arr<TYPE,4,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1736 | | MAC_EXTERN template const const_n_pointer<TYPE,4,LAYOUT,BC> multi_arr<TYPE,5,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1737 | | MAC_EXTERN template const const_n_pointer<TYPE,5,LAYOUT,BC> multi_arr<TYPE,6,LAYOUT,BC>::operator[] (const size_t) const; \ |
| 1738 | | MAC_EXTERN template TYPE& basic_pntr<TYPE,2,LAYOUT,BC>::operator* () const; \ |
| 1739 | | MAC_EXTERN template TYPE& basic_pntr<TYPE,3,LAYOUT,BC>::operator* () const; \ |
| 1740 | | MAC_EXTERN template TYPE& basic_pntr<TYPE,4,LAYOUT,BC>::operator* () const; \ |
| 1741 | | MAC_EXTERN template TYPE& basic_pntr<TYPE,5,LAYOUT,BC>::operator* () const; \ |
| 1742 | | MAC_EXTERN template TYPE& basic_pntr<TYPE,6,LAYOUT,BC>::operator* () const |
| | 1717 | INST_EXTERN template class pntr<TYPE,2,LAYOUT,BC>; \ |
| | 1718 | INST_EXTERN template class pntr<TYPE,3,LAYOUT,BC>; \ |
| | 1719 | INST_EXTERN template class pntr<TYPE,4,LAYOUT,BC>; \ |
| | 1720 | INST_EXTERN template class pntr<TYPE,5,LAYOUT,BC>; \ |
| | 1721 | INST_EXTERN template class pntr<TYPE,6,LAYOUT,BC>; \ |
| | 1722 | INST_EXTERN template class const_pntr<TYPE,2,LAYOUT,BC>; \ |
| | 1723 | INST_EXTERN template class const_pntr<TYPE,3,LAYOUT,BC>; \ |
| | 1724 | INST_EXTERN template class const_pntr<TYPE,4,LAYOUT,BC>; \ |
| | 1725 | INST_EXTERN template class const_pntr<TYPE,5,LAYOUT,BC>; \ |
| | 1726 | INST_EXTERN template class const_pntr<TYPE,6,LAYOUT,BC> |