open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
string_utils.hpp File Reference
#include <cstdarg>
#include <string>
#include <string_view>
#include "open62541pp/detail/open62541/common.h"
Include dependency graph for string_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  opcua
 
namespace  opcua::detail
 

Functions

UA_String opcua::detail::toNativeString (std::string_view src) noexcept
 
UA_String opcua::detail::allocNativeString (std::string_view src)
 
std::string_view opcua::detail::toStringView (const UA_String &src) noexcept
 
std::string opcua::detail::toString (const UA_String &src)
 
std::string opcua::detail::toString (const char *format, va_list args)
 
std::string opcua::detail::toString (const char *format,...)