|
Xpace
|
Copyright (C) 2012 Xpace, LLC. More...
#include <iterator>#include <QtCore/qstring.h>#include "data/data.h"#include "base/config.h"#include "base/integer.h"#include "base/datetime.h"#include "util/matchstring.h"Go to the source code of this file.
Classes | |
| struct | Xpace::TranslateNames |
| class | Xpace::TranslateNode< LOC > |
| Translate content Input can be anything Output is to a Sink<LOC> so must be one of its supported types. More... | |
| class | Xpace::TranslateNode< LOC >::unknownType |
| class | Xpace::TranslateString< LOC, STR > |
| class | Xpace::SkipStringNode< LOC, STR > |
| class | Xpace::TranslateStringString< LOC, STR > |
| class | Xpace::TranslateStringUint< LOC, STR > |
| class | Xpace::TranslateStringInt< LOC, STR > |
| class | Xpace::TranslateStringDateTime< LOC, STR > |
| class | Xpace::TranslateStringIPv4< LOC, STR > |
Namespaces | |
| Xpace | |
| Xpace project main namespace | |
Typedefs | |
| typedef std::function< bool(utf16_t ch, const String &term)> | Xpace::TranslationError |
| Called on translation error. More... | |
Functions | |
| bool | Xpace::default_on_error (utf16_t, const String &) |
| Default error handler. More... | |
Copyright (C) 2012 Xpace, LLC.
All rights reserved
www.xpace.net
Definition in file translate_string_node.h.