Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayKernel::CKeListObj< _UTAG > Struct Template Reference

#include <cKernel.h>

Inheritance diagram for GrayKernel::CKeListObj< _UTAG >:
GrayKernel::CKeDynamic< _UTAG >

Public Member Functions

bool IsListLinked () const
 
void RemoveFromList ()
 
- Public Member Functions inherited from GrayKernel::CKeDynamic< _UTAG >
void DestroyThis ()
 

Public Attributes

CKeList m_ListEntry
 

Detailed Description

template<ULONG _UTAG>
struct GrayKernel::CKeListObj< _UTAG >

base class for dynamic object that is a member of a CKeList/CKePool. ASSUME offsetof(TYPE,m_ListEntry) == 0 for the offset to this.

Member Function Documentation

◆ IsListLinked()

template<ULONG _UTAG>
bool GrayKernel::CKeListObj< _UTAG >::IsListLinked ( ) const
inline

◆ RemoveFromList()

template<ULONG _UTAG>
void GrayKernel::CKeListObj< _UTAG >::RemoveFromList ( )
inline

Member Data Documentation

◆ m_ListEntry

template<ULONG _UTAG>
CKeList GrayKernel::CKeListObj< _UTAG >::m_ListEntry

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