EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | List of all members
ConcurrentListIterator< T > Class Template Reference

Type-save wrapper for ConcurrentPtrListIterator. More...

#include <ConcurrentList.h>

Public Member Functions

 ConcurrentListIterator (ConcurrentPtrListIterator iter)
 Constructor.
 
 ConcurrentListIterator (const ConcurrentListIterator &rhs)
 Copy constructor.
 
ConcurrentListIteratoroperator= (const ConcurrentListIterator &rhs)
 Copy operator.
 
T * next ()
 

Detailed Description

template<class T>
class ConcurrentListIterator< T >

Type-save wrapper for ConcurrentPtrListIterator.

See Also
ConcurrentPtrListIterator

Member Function Documentation

template<class T >
T* ConcurrentListIterator< T >::next ( )
inline

The documentation for this class was generated from the following file: