aCC (native HPUX) wants some templated inlines to be defined in the declaration.

This commit is contained in:
Ralph Lange
2003-08-22 11:28:02 +00:00
parent 21ff7e5613
commit fd16d1bb65
+8 -20
View File
@@ -427,9 +427,15 @@ public:
this->tsDLIter<T>::reset(listIn);
}
T * operator () ();
T * operator () ()
{
return this->tsDLIter<T>::prev();
}
T * prev ();
T * prev ()
{
return this->tsDLIter<T>::prev();
}
T * last()
{
@@ -723,24 +729,6 @@ void tsDLBwdIter<T>::remove ()
}
}
//
// tsDLBwdIter<T>::operator () ()
//
template <class T>
inline T * tsDLBwdIter<T>::operator () ()
{
return this->tsDLIter<T>::prev();
}
//
// tsDLBwdIter<T>::prev ()
//
template <class T>
inline T * tsDLBwdIter<T>::prev ()
{
return this->tsDLIter<T>::prev();
}
//
// tsDLFwdIter<T>::remove ()
// (and move current to be the item