31 template<
class T, Foam::label staticSize>
41 "template<class T, Foam::label staticSize>"
42 "\nFoam::DynList<T, staticSize>::DynList(Istream& is)"
47 template<
class T, Foam::label staticSize>
54 UList<T> helper(DL.dataPtr_, DL.nextFree_);
61 template<
class T, Foam::label staticSize>
70 "template<class T, Foam::label staticSize>"
71 "\nFoam::Istream& Foam::operator>>"
72 "(Foam::Istream& is, Foam::DynList<T, staticSize>& DL)"
75 UList<T> helper(DL.dataPtr_, DL.nextFree_);
78 DL.nextFree_ = helper.size();