GlobalObjects
Loading...
Searching...
No Matches
PtlDVElement.h
Go to the documentation of this file.
1#ifndef INC_PTLDVELEMENT_H
2#define INC_PTLDVELEMENT_H
3
4//-----------------------------------------------------------------------------
52//-----------------------------------------------------------------------------
53#include "PtlListTypes.h"
54//-----------------------------------------------------------------------------
55namespace ptl
56{
57 //---------------------------------------------------------------------------
75 struct DVElement
76 {
77 public:
78 //============== Attribute ============
79 //-----------------------------------------------------------------------
89 void * m_pData;
90 //-----------------------------------------------------------------------
101 //-----------------------------------------------------------------------
112 //-----------------------------------------------------------------------
113 //+ ============ Konstruktoren ============
114 //-----------------------------------------------------------------------
133 DVElement (void* pDataObject, DVElement* pNext, DVElement* pPrevious);
134 };
135 //---------------------------------------------------------------------------
136} // namespace ptl
137#endif
For each library, here 'PtlContainer' there is a type file.
Definition PtlATDVList.h:56
Element of double linked lists.
Definition PtlDVElement.h:76
DVElement * m_pPreviousElement
Definition PtlDVElement.h:111
DVElement * m_pNextElement
Definition PtlDVElement.h:100
void * m_pData
Definition PtlDVElement.h:89
DVElement(void *pDataObject, DVElement *pNext, DVElement *pPrevious)