Program Listing for File abi.hpp
↰ Return to documentation for file (rcppsw/abi/abi.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include <cxxabi.h>
#include "rcppsw/rcppsw.hpp"
/*******************************************************************************
* Namespaces/Decls
******************************************************************************/
namespace rcppsw::abi {
/*******************************************************************************
* Free Functions
******************************************************************************/
char* demangle(const char* name);
RCPPSW_PURE std::type_info* current_exception_type(void);
} /* namespace rcppsw::abi */