#include "marvin.h"
#include <charconv>
#include <cstdint>
#include <cctype>
#include "utils/string_frm.h"
#include "world/objects/npc.h"
#include "world/objects/item.h"
#include "world/triggers/abstracttrigger.h"
#include "camera.h"
#include "gothic.h"
Go to the source code of this file.
|
| static bool | startsWith (std::string_view str, std::string_view needle) |
| |
| static bool | compareNoCase (std::string_view sa, std::string_view sb) |
| |
| template<class T > |
| static bool | fromString (std::string_view str, T &t) |
| |
| static bool | fromString (std::string_view str, float &t) |
| |
◆ compareNoCase()
| static bool compareNoCase |
( |
std::string_view |
sa, |
|
|
std::string_view |
sb |
|
) |
| |
|
static |
◆ fromString() [1/2]
| static bool fromString |
( |
std::string_view |
str, |
|
|
float & |
t |
|
) |
| |
|
static |
◆ fromString() [2/2]
template<class T >
| static bool fromString |
( |
std::string_view |
str, |
|
|
T & |
t |
|
) |
| |
|
static |
◆ startsWith()
| static bool startsWith |
( |
std::string_view |
str, |
|
|
std::string_view |
needle |
|
) |
| |
|
static |