MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMCPGatewayUtf8.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <filesystem>
4
#include <string>
5
#include <vector>
6
7
namespace
MR::McpGateway
8
{
9
14
std::filesystem::path
pathFromUtf8
(
const
std::string& s );
15
19
std::string
pathToUtf8
(
const
std::filesystem::path& p );
20
21
#ifdef _WIN32
26
std::vector<std::string> getUtf8Argv();
27
#endif
28
29
}
MR::McpGateway
Definition
MRMCPGatewayBackend.h:10
MR::McpGateway::pathToUtf8
std::string pathToUtf8(const std::filesystem::path &p)
MR::McpGateway::pathFromUtf8
std::filesystem::path pathFromUtf8(const std::string &s)
MRMCPGateway
MRMCPGatewayUtf8.h
Generated by
1.14.0