GlobalObjects
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PtlDVElement.h
Go to the documentation of this file.
1#ifndef INC_PTLDVELEMENT_H
2#define INC_PTLDVELEMENT_H
3
4//-----------------------------------------------------------------------------
69//-----------------------------------------------------------------------------
70#include "PtlListTypes.h"
71//-----------------------------------------------------------------------------
72namespace ptl
73{
74 //---------------------------------------------------------------------------
92 struct DVElement
93 {
94 public:
95 //============== Attribute ============
96 //-----------------------------------------------------------------------
106 void * m_pData;
107 //-----------------------------------------------------------------------
118 //-----------------------------------------------------------------------
129 //-----------------------------------------------------------------------
130 //+ ============ Konstruktoren ============
131 //-----------------------------------------------------------------------
150 DVElement (void* pDataObject, DVElement* pNext, DVElement* pPrevious);
151 };
152 //---------------------------------------------------------------------------
153} // namespace ptl
154#endif
For each library, here 'PtlContainer' there is a type file.
Definition PtlATDVList.h:73
DVElement * m_pPreviousElement
Definition PtlDVElement.h:128
DVElement * m_pNextElement
Definition PtlDVElement.h:117
void * m_pData
Definition PtlDVElement.h:106
DVElement(void *pDataObject, DVElement *pNext, DVElement *pPrevious)