HDK
|
#include <OpenImageIO/dassert.h>
#include <OpenImageIO/export.h>
#include <OpenImageIO/oiioversion.h>
#include <OpenImageIO/string_view.h>
#include <OpenImageIO/strutil.h>
#include <cstring>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | ustring |
struct | ustring::TableRep |
class | ustringHash |
class | ustringLess |
class | ustringPtrIsLess |
Namespaces | |
Strutil | |
String-related utilities. | |
Macros | |
#define | OPENIMAGEIO_USTRING_H |
Functions | |
bool | iequals (ustring a, ustring b) |
bool | iequals (ustring a, const std::string &b) |
bool | iequals (const std::string &a, ustring b) |
float | Strutil::stof (ustring s) |
template<> | |
std::string | Strutil::to_string (const ustring &value) |
|
inline |
|
inline |