![]() |
|
Public Member Functions | |
SLPtrList () | |
Null construct. | |
SLPtrList (T *a) | |
Construct given initial T*. | |
template<class INew> | |
SLPtrList (Istream &is, const INew &inewt) | |
Construct from Istream using given Istream constructor class. | |
SLPtrList (Istream &is) | |
Construct from Istream. |
|
Null construct.
Definition at line 64 of file SLPtrList.H. |
|
Construct given initial T*.
Definition at line 68 of file SLPtrList.H. |
|
Construct from Istream using given Istream constructor class.
Definition at line 75 of file SLPtrList.H. |
|
Construct from Istream.
Definition at line 81 of file SLPtrList.H. |