File: symbols.map

package info (click to toggle)
dbus-cpp 5.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,208 kB
  • sloc: cpp: 9,427; ansic: 2,012; xml: 1,156; makefile: 14; sh: 2
file content (16 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
global:
    extern "C++" {
        core::dbus::*;
	typeinfo?for?core::dbus::*;
	typeinfo?name?for?core::dbus::*;
	VTT?for?core::dbus::*;
	virtual?thunk?to?core::dbus::*;
	vtable?for?core::dbus::*;
	std::hash*;
    };
local:
    extern "C++" {
        *;
    };
};