#include <locale.h>
Public Types | |
enum | Type { OK = 0, NOT_SANE, LANG_LIST, LANG_NOT_FOUND, MULTIPLE_DEFAULTS, DOUBLE_LOCALE, DEFAULT_LANG } |
Public Methods | |
Error () | |
Error (Type t, std::string e) | |
void | operator= (const Error e) |
Public Attributes | |
Type | type |
std::string | err |
|
|
|
|
|
|
|
|
|
|
|
|