Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkRESTUtil.h>
Public Types | |
typedef std::map< utility::string_t, utility::string_t > | ParamMap |
Static Public Member Functions | |
static std::string | convertToUtf8 (const utility::string_t &string) |
Converts the given std::wstring into a std::string representation. More... | |
static utility::string_t | convertToTString (const std::string &string) |
Converts the given std::string into a std::wstring representation. More... | |
Definition at line 23 of file mitkRESTUtil.h.
typedef std::map<utility::string_t, utility::string_t> mitk::RESTUtil::ParamMap |
Definition at line 27 of file mitkRESTUtil.h.
|
inlinestatic |
Converts the given std::string into a std::wstring representation.
Definition at line 40 of file mitkRESTUtil.h.
|
inlinestatic |
Converts the given std::wstring into a std::string representation.
Definition at line 32 of file mitkRESTUtil.h.