home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CSimpleList

   in AFXTLS_.H
Direct Known Subclasses:
CTypedSimpleList

class CSimpleList

CSimpleList (simple/small subset of CList)


Field Summary
 size_t m_nNextOffset
          
 void* m_pHead
          
 
Constructor Summary
AFX_INLINE CSimpleList( int nNextOffset )
          
 
Method Summary
 void AddHead( void* p )
          
 AFX_INLINE void Construct( int nNextOffset )
          
 AFX_INLINE void* GetHead() const
          
 AFX_INLINE void* GetNext( void* prevElement ) const
          
 AFX_INLINE void** GetNextPtr( void* p ) const
          
 AFX_INLINE BOOL IsEmpty() const
          
 BOOL Remove( void* p )
          
 AFX_INLINE void RemoveAll()
          
 

Field Detail

m_nNextOffset

public size_t m_nNextOffset;

m_pHead

public void* m_pHead;


Constructor Detail

CSimpleList

public AFX_INLINE CSimpleList( int nNextOffset );


Method Detail

AddHead

public void AddHead( void* p );

Construct

public AFX_INLINE void Construct( int nNextOffset );

GetHead

public AFX_INLINE void* GetHead() const;

GetNext

public AFX_INLINE void* GetNext( void* prevElement ) const;

GetNextPtr

public AFX_INLINE void** GetNextPtr( void* p ) const;

IsEmpty

public AFX_INLINE BOOL IsEmpty() const;

Remove

public BOOL Remove( void* p );

RemoveAll

public AFX_INLINE void RemoveAll();

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD