|
Anklang-0.3.0.dev595+g65331842 anklang-0.3.0.dev595+g65331842
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "utils.hh"#include "platform.hh"#include "strings.hh"#include "memory.hh"#include "unicode.hh"#include "internal.hh"#include <signal.h>#include <sys/time.h>#include <poll.h>#include <fcntl.h>#include <cmath>#include <atomic>#include <unistd.h>#include "testing.hh"Go to the source code of this file.
Namespaces | |
| namespace | Ase |
| The Anklang C++ API namespace. | |
Functions | |
| const char * | Ase::ase_gettext (const String &untranslated) |
| String | Ase::now_strftime (const String &format) |
| IconString | Ase::MakeIcon::KwIcon (const String &keywords) |
| Create an IconString consisting of keywords. | |
| IconString | Ase::MakeIcon::operator""_icon (const char *key, size_t) |
| Create an IconString consisting of keywords. | |
| IconString | Ase::MakeIcon::UcIcon (const String &unicode) |
| Create an IconString consisting of a single/double unicode character. | |
| IconString | Ase::MakeIcon::operator""_uc (const char *key, size_t) |
| Create an IconString consisting of a single/double unicode character. | |
| IconString | Ase::MakeIcon::SvgIcon (const String &svgdata) |
| Create an IconString consisting of an SVG string. | |
| IconString Ase::MakeIcon::KwIcon | ( | const String & | keywords | ) |
Create an IconString consisting of keywords.
Definition at line 42 of file utils.cc.
References std::string::assign(), std::string::empty(), Ase::Aux::erase_all(), Ase::MakeIcon::KwIcon(), return_unless, Ase::string_is_canonified(), Ase::string_join(), Ase::string_set_ascii_alnum(), and Ase::string_split_any().
Referenced by Ase::MakeIcon::KwIcon(), and Ase::MakeIcon::operator""_icon().
Create an IconString consisting of keywords.
Definition at line 66 of file utils.cc.
References Ase::MakeIcon::KwIcon().
Create an IconString consisting of a single/double unicode character.
Definition at line 88 of file utils.cc.
References Ase::MakeIcon::UcIcon().
| IconString Ase::MakeIcon::SvgIcon | ( | const String & | svgdata | ) |
Create an IconString consisting of an SVG string.
Definition at line 95 of file utils.cc.
References std::string::assign(), std::string::empty(), return_unless, Ase::string_startswith(), std::string::substr(), and Ase::MakeIcon::SvgIcon().
Referenced by Ase::MakeIcon::SvgIcon().
| IconString Ase::MakeIcon::UcIcon | ( | const String & | unicode | ) |
Create an IconString consisting of a single/double unicode character.
Definition at line 73 of file utils.cc.
References std::string::assign(), Ase::MakeIcon::UcIcon(), Ase::unicode_is_character(), and Ase::utf8_to_unicode().
Referenced by Ase::MakeIcon::operator""_uc(), and Ase::MakeIcon::UcIcon().