c++filt.1

来自「cfront是最开始c++语言到C语言的转换工具」· 1 代码 · 共 49 行

1
49
字号
.  \"ident	"@(#)C++env:man/tools/demangler/c++filt.1	1.2".  \"This CC man page is generated by: troff -man c++filt.1.  \"Copyright (c) 1988 AT&T.  \"All Rights Reserved  	.  \"THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T.  \"The copyright notice above does not evidence any   	.  \"actual or intended publication of such source code..TH c++filt 1 .UC 4.SH NAMEc++filt \- C++ name demangler.SH SYNOPSIS.B c++filt.RB [ -m ].RB [ -s ].RB [ -v ].RB [ -t ].SH DESCRIPTION.I C++filtcopies standard input to standard output after decodingtokens which look like C++ encoded symbols.Any combination of the following options may be used:.TP 15.B \-mProduce a symbol map on standard output.This map contains a list of the encoded names encountered and thecorresponding decoded names.This output follows the filtered output..TP 15.B \-sProduce a side-by-side decoding with each encoded symbol encounteredin the input stream replaced by the decoded name followed by theoriginal encoded name..TP 15.B \-vOutput a message giving information about the version of.I c++filtbeing used..TP 15.B \-tConverts an inexplicable undefined symbol into a meaningful Englisherror message..SH "SEE ALSO"CC(1), ld(1), nm(1)..brBjarne Stroustrup,.I The C++ Programming Language,Addison-Wesley 1986.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?