~ubuntu-branches/ubuntu/karmic/kde-l10n-ca/karmic-backports

« back to all changes in this revision

Viewing changes to docs/kdesdk/scripts/man-demangle.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 08:12:06 UTC
  • Revision ID: james.westby@ubuntu.com-20080106081206-uw248cwxfxui6j4f
Tags: upstream-4.0.0
Import upstream version 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
 
3
<!ENTITY % Catalan  "INCLUDE">
 
4
]>
 
5
 
 
6
<refentry lang="&language;">
 
7
<refentryinfo>
 
8
<author
 
9
><personname
 
10
><firstname
 
11
>Ben</firstname
 
12
><surname
 
13
>Burton</surname
 
14
></personname
 
15
> <email
 
16
>bab@debian.org</email
 
17
></author>
 
18
<date
 
19
>7 d'abril del 2003</date>
 
20
</refentryinfo>
 
21
 
 
22
<refmeta>
 
23
<refentrytitle
 
24
><command
 
25
>demangle</command
 
26
></refentrytitle>
 
27
<manvolnum
 
28
>1</manvolnum>
 
29
</refmeta>
 
30
 
 
31
<refnamediv>
 
32
<refname
 
33
><command
 
34
>demangle</command
 
35
></refname>
 
36
<refpurpose
 
37
>Descodifica nom de símbols C++</refpurpose>
 
38
</refnamediv>
 
39
 
 
40
<refsynopsisdiv>
 
41
<cmdsynopsis>
 
42
<command
 
43
>demangle</command>
 
44
</cmdsynopsis>
 
45
</refsynopsisdiv>
 
46
 
 
47
<refsect1>
 
48
<title
 
49
>Descripció</title>
 
50
 
 
51
<para
 
52
><command
 
53
>demangle</command
 
54
> llegeix una llista de símbols C++ a través de l'entrada estàndard i els converteix a un format humanament llegible a través de l'eixida estàndard.</para>
 
55
 
 
56
<para
 
57
>Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;.</para
 
58
 
59
 
 
60
</refsect1>
 
61
 
 
62
<refsect1>
 
63
<title
 
64
>Exemple</title>
 
65
 
 
66
<para
 
67
>Crea un fitxer anomenat <filename
 
68
>noms</filename
 
69
> que conté els següents noms de símbol:</para>
 
70
 
 
71
<programlisting
 
72
>_ZNK6Object10metaObjectEv 
 
73
_ZN8QPtrListI5ArrowE5clearEv 
 
74
_ZTC4Kolf0_11KMainWindow</programlisting>
 
75
 
 
76
<para
 
77
>Una vegada descodificats aquests los símbols:</para>
 
78
 
 
79
<screen
 
80
><prompt
 
81
>exemple$</prompt
 
82
> <userinput
 
83
><command
 
84
>demangle</command
 
85
> &lt; <filename
 
86
>noms</filename
 
87
></userinput>
 
88
<computeroutput
 
89
>Object::metaObject() const 
 
90
QPtrList&lt;Arrow&gt;::clear() 
 
91
construction vtable for KMainWindow-in-Kolf</computeroutput
 
92
></screen>
 
93
 
 
94
</refsect1>
 
95
 
 
96
<refsect1>
 
97
<title
 
98
>Veure també</title>
 
99
 
 
100
<para
 
101
>kminspector(1) kmtrace(1) match(1)</para>
 
102
 
 
103
</refsect1>
 
104
 
 
105
</refentry>