Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

ListNode< T >::ScopedLock Struct Reference

List of all members.

Public Member Functions

 ScopedLock (volatile ListNode< T > &obj)
 ~ScopedLock ()

Public Attributes

volatile ListNode< T > & m_obj

Detailed Description

template<typename T>
struct ListNode< T >::ScopedLock

Definition at line 33 of file LinkedList.hpp.


Constructor & Destructor Documentation

template<typename T>
ListNode< T >::ScopedLock::ScopedLock ( volatile ListNode< T > &  obj  )  [inline]

Definition at line 37 of file LinkedList.hpp.

Referenced by ListNode< T >::ScopedLock::~ScopedLock().

template<typename T>
ListNode< T >::ScopedLock::~ScopedLock (  )  [inline]

Member Data Documentation

template<typename T>
volatile ListNode<T>& ListNode< T >::ScopedLock::m_obj

Definition at line 35 of file LinkedList.hpp.

Referenced by ListNode< T >::ScopedLock::~ScopedLock().


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


6 Jan 2011 Doxygen 1.6.3