|
Monero
|
Language Base class for Polymorphism. More...
#include <vector>#include <unordered_map>#include <string>#include "misc_log_ex.h"

Go to the source code of this file.
Classes | |
| class | Language::Base |
| A base language class which all languages have to inherit from for Polymorphism. More... | |
Namespaces | |
| Language | |
| Mnemonic language related namespace. | |
Functions | |
| 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. More... | |
Language Base class for Polymorphism.
1.8.14