Language Base class for Polymorphism.
More...
#include <vector>
#include <unordered_map>
#include <string>
#include <boost/algorithm/string.hpp>
#include "misc_log_ex.h"
#include "fnv1.h"
#include "common/utf8.h"
Go to the source code of this file.
|
| namespace | Language |
| | Mnemonic language related namespace.
|
|
| template<typename T> |
| T | Language::utf8prefix (const T &s, size_t count) |
| | Returns a string made of (at most) the first count characters in s. Assumes well formedness. No check is made for this.
|
Language Base class for Polymorphism.