#include <mfcstl/mfcstl.hpp>
#include <afxwin.h>
#include <stlsoft/collections/util/collections.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | mfcstl |
Classes | |
| class | resource_string |
| Instances of this class represent Windows string resources, and are constructed from instance identifiers. More... | |
Functions | |
| LPCTSTR | c_str_ptr_null (resource_string const &s) |
| LPCTSTR | c_str_ptr_null_a (resource_string const &s) |
| LPCTSTR | c_str_ptr (resource_string const &s) |
| LPCTSTR | c_str_ptr_a (resource_string const &s) |
| LPCTSTR | c_str_data (resource_string const &s) |
| LPCTSTR | c_str_data_a (resource_string const &s) |
| size_t | c_str_len (resource_string const &s) |
| template<typename S> | |
| S & | operator<< (S &s, resource_string const &str) |
1.5.6