sanitize_typename.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6{
7
8 extern const std::string rawMemoryIDTypeName;
9 extern const std::string sanitizedMemoryIDTypeName;
10
11 std::string sanitizeTypeName(const std::string& typeName);
12
13} // namespace armarx::armem::gui::instance
std::string sanitizeTypeName(const std::string &typeName)
const std::string sanitizedMemoryIDTypeName