#include <cctype>
#include <cstdlib>
#include <string>
#include "rutz/trace.h"
#include "rutz/debug.h"
Go to the source code of this file.
Functions | |
int | GVX_DBG_REGISTER::munch_int (std::string &str, std::string::size_type pos) |
void | GVX_DBG_REGISTER::put_int (int val, std::string &str, std::string::size_type pos) |
std::string | GVX_DBG_REGISTER::read_modifiers (std::string &str, std::string::size_type &pos) |
void | GVX_DBG_REGISTER::insert_builtin_typename (std::string &str, std::string::size_type &pos) |
std::string | GVX_DBG_REGISTER::demangle_gcc_v2 (const std::string &in) |
static const char | __attribute__ ((used)) vcid_groovx_rutz_demangle_gcc_v2_h_utc20050626084020[] |
hand-rolled demangling of std::type_info::name() from the g++ 2.x series
Definition in file demangle_gcc_v2.h.