BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Main Page
Related Pages
Data Structures
Files
File List
base
src
l10n
LocaleManager.h
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
#include "l10n/Locale.h"
7
8
namespace
BeeeOn {
9
10
class
LocaleManager
{
11
public
:
12
typedef
Poco::SharedPtr<LocaleManager> Ptr;
13
14
virtual
~
LocaleManager
();
15
16
virtual
Locale
parse(
const
std::string &input) = 0;
17
virtual
Locale
chooseBest(
const
std::vector<std::string> &input) = 0;
18
};
19
20
}
BeeeOn::Locale
Definition:
Locale.h:12
BeeeOn::LocaleManager
Definition:
LocaleManager.h:10
Generated by
1.8.5