rmw  master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
Namespaces | Functions
demangle.hpp File Reference
#include <cxxabi.h>
#include <cstdlib>
#include <memory>
#include <iostream>
#include <string>
#include "rmw/impl/config.h"

Go to the source code of this file.

Namespaces

 rmw
 
 rmw::impl
 
 rmw::impl::cpp
 

Functions

template<typename T >
std::string rmw::impl::cpp::demangle (const T &instance)
 Return the demangle name of the instance of type T. More...