My Project
+ 80db3
|
Convenience specialization of encoded_string for loading Windows-1252 strings. More...
#include "util/load.hpp"
Public Member Functions | |
ansi_string (std::string &target) | |
![]() | |
encoded_string (std::string &target, codepage_id cp) | |
Additional Inherited Members | |
![]() | |
static void | load (std::istream &is, std::string &target, codepage_id codepage) |
Load and convert a length-prefixed string. More... | |
static std::string | load (std::istream &is, codepage_id codepage) |
Load and convert a length-prefixed string. More... | |
![]() | |
std::string & | data |
codepage_id | codepage |
Convenience specialization of encoded_string for loading Windows-1252 strings.
|
inlineexplicit |