Windows C++ Library
Public Member Functions | Private Types | Private Attributes
CWndMap Class Reference

#include <WndMap.hpp>

List of all members.

Public Member Functions

 CWndMap ()
 ~CWndMap ()
void Add (CWnd &rWnd)
void Remove (CWnd &rWnd)
CWndFind (HWND hWnd) const

Private Types

typedef std::map< HWND, CWnd * > Map

Private Attributes

Map m_oMap
 The underlying container.

Member Typedef Documentation

typedef std::map<HWND, CWnd*> CWndMap::Map [private]

Constructor & Destructor Documentation


Member Function Documentation

void CWndMap::Add ( CWnd rWnd)
void CWndMap::Remove ( CWnd rWnd)
CWnd * CWndMap::Find ( HWND  hWnd) const

Member Data Documentation

Map CWndMap::m_oMap [private]

The underlying container.


The documentation for this class was generated from the following files: