Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Locale.h
Go to the documentation of this file.
1#pragma once
2#include <locale>
3#include <misc/global.h>
4
5namespace sf
6{
7
12{
13 public:
22
23 private:
27 std::locale _locale;
28};
29
30}// namespace sf
Sets the numeric locale for a specific scope.
Definition Locale.h:12
~Locale()
Destructor restoring stored locale.
Locale()
Default constructor sets std::locale::classic() which is 'C'.
#define _MISC_CLASS
Definition misc/global.h:40
Definition Application.h:10