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//-----------------------------------------------------------------------------
37//-----------------------------------------------------------------------------
38#include "PtlListTypes.h"
39//-----------------------------------------------------------------------------
40namespace ptl
41{
42 //---------------------------------------------------------------------------
60 struct DVElement
61 {
62 public:
63 //============== Attribute ============
64 //-----------------------------------------------------------------------
74 void * m_pData;
75 //-----------------------------------------------------------------------
86 //-----------------------------------------------------------------------
97 //-----------------------------------------------------------------------
98 //+ ============ Konstruktoren ============
99 //-----------------------------------------------------------------------
118 DVElement (void* pDataObject, DVElement* pNext, DVElement* pPrevious);
119 };
120 //---------------------------------------------------------------------------
121} // namespace ptl
122#endif
For each library, here 'PtlContainer' there is a type file.
Definition PtlATDVList.h:41
Element of double linked lists.
Definition PtlDVElement.h:61
DVElement * m_pPreviousElement
Definition PtlDVElement.h:96
DVElement * m_pNextElement
Definition PtlDVElement.h:85
void * m_pData
Definition PtlDVElement.h:74
DVElement(void *pDataObject, DVElement *pNext, DVElement *pPrevious)