My Project  + 80db3
Public Member Functions | List of all members
util::ansi_string Struct Reference

Convenience specialization of encoded_string for loading Windows-1252 strings. More...

#include "util/load.hpp"

Inheritance diagram for util::ansi_string:
[legend]
Collaboration diagram for util::ansi_string:
[legend]

Public Member Functions

 ansi_string (std::string &target)
 
- Public Member Functions inherited from util::encoded_string
 encoded_string (std::string &target, codepage_id cp)
 

Additional Inherited Members

- Static Public Member Functions inherited from util::encoded_string
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...
 
- Public Attributes inherited from util::encoded_string
std::string & data
 
codepage_id codepage
 

Detailed Description

Convenience specialization of encoded_string for loading Windows-1252 strings.

Note
This function is not thread-safe.

Definition at line 128 of file load.hpp.

Constructor & Destructor Documentation

◆ ansi_string()

util::ansi_string::ansi_string ( std::string &  target)
inlineexplicit

Definition at line 130 of file load.hpp.


The documentation for this struct was generated from the following file: