Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
IntrusiveLink Class Reference

Public Member Functions

 IntrusiveLink ()
 
 IntrusiveLink (IntrusiveLink *sentinel)
 
 ~IntrusiveLink ()
 
IntrusiveLinkNext () const
 

Private Attributes

IntrusiveLinkm_prev
 
IntrusiveLinkm_next
 

Detailed Description

Definition at line 243 of file wdir_watch.cpp.

Constructor & Destructor Documentation

IntrusiveLink::IntrusiveLink ( )
inline

Definition at line 246 of file wdir_watch.cpp.

IntrusiveLink::IntrusiveLink ( IntrusiveLink sentinel)
inline

Definition at line 251 of file wdir_watch.cpp.

IntrusiveLink::~IntrusiveLink ( )
inline

Definition at line 260 of file wdir_watch.cpp.

Member Function Documentation

IntrusiveLink* IntrusiveLink::Next ( ) const
inline

Definition at line 267 of file wdir_watch.cpp.

Member Data Documentation

IntrusiveLink* IntrusiveLink::m_next
private

Definition at line 274 of file wdir_watch.cpp.

IntrusiveLink* IntrusiveLink::m_prev
private

Definition at line 273 of file wdir_watch.cpp.


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