![]() |
![]() |
|
|
#include <fastformat/bundles/windows_resource_bundle.hpp>
Member Types | |
typedef ff_char_t | char_type |
The character type. | |
typedef std::basic_string < char_type > | string_type |
The string type. | |
typedef windows_resource_bundle | class_type |
This type. | |
typedef missing_resource_id_exception | exception_type |
Construction | |
windows_resource_bundle (HINSTANCE hinst) | |
~windows_resource_bundle () throw () | |
Public Member Functions | |
Accessors | |
string_type | operator[] (int id) const throw (missing_resource_id_exception) |
Classes | |
class | missing_resource_id_exception |
The exception type. More... |
typedef std::basic_string<char_type> string_type |
The string type.
typedef windows_resource_bundle class_type |
This type.
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|