C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::globalization::simple_messages Class Referenceabstract

An implementation of the std::locale::facet which encapsulates retrieval of strings via the user-defined do_get function. More...

#include <simple_messages.hpp>

Inheritance diagram for essence::globalization::simple_messages:

Public Member Functions

 simple_messages (std::size_t refs=0)
 
abi::string get (std::string_view name) const
 

Static Public Attributes

static std::locale::id id
 

Protected Member Functions

virtual abi::string do_get (std::string_view name) const =0
 

Detailed Description

An implementation of the std::locale::facet which encapsulates retrieval of strings via the user-defined do_get function.


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