|
|
|
|
|
|
|
|
|
|
|
|||||||
Template Software for the Microsoft Foundation Classes
More...Modules | |
| Container Library (MFCSTL) | |
| This library provides facilities for defining and manipulation containers for MFC types. | |
| String Library (MFCSTL) | |
| This library provides facilities for defining and manipulating MFC string types. | |
| String Access Shims (MFCSTL) | |
| These shims retrieve the C-string for arbitrary types. | |
| Window Access Shims (MFCSTL) | |
| These shims retrieve the HWND for arbitrary types. | |
Template Software for the Microsoft Foundation Classes
The philosophy of MFCSTL (http://mfcstl.org/) is essentially the same as that of the STLSoft (http://stlsoft.org/) organisation: providing robust and lightweight software to the Microsoft Foundation Classes (MFC) development community. MFCSTL provides template-based software that builds on that provided by MFC and STLSoft in order to reduce programmer effort and increase robustness in the use of the MFC.
Namespaces
The MFCSTL namespace mfcstl is actually an alias for the namespace stlsoft::mfcstl_project, and as such all the MFCSTL project components actually reside within the stlsoft namespace. However, there is never any need to use the stlsoft::mfcstl_project namespace in your code, and you should always use the alias mfcstl.
Dependencies
As with all parts of the STLSoft libraries, there are no dependencies on MFCSTL binary components and no need to compile MFCSTL implementation files; MFCSTL is 100% header-only!
As with most of the STLSoft sub-projects, MFCSTL depends only on:
wchar.hnew, functionalafx.h|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |