open62541pp 0.16.0
C++ wrapper of open62541
|
#include <cstdarg>
#include <string>
#include <string_view>
#include "open62541pp/detail/open62541/common.h"
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,...) |