aflibdebug.3

来自「一个共享源码的音频库5(doc 文档)」· 3 代码 · 共 81 行

3
81
字号
.TH "aflibDebug" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-.ad l.nh.SH NAMEaflibDebug \- .SH SYNOPSIS.br.PP\fC#include <aflibDebug.h>\fP.PP.SS "Public Types".in +1c.ti -1c.RI "enum \fBLevel\fP { \fBlFatal\fP =  3, \fBlWarning\fP =  2, \fBlInfo\fP =  1, \fBlDebug\fP =  0 }".br.in -1c.SS "Static Public Methods".in +1c.ti -1c.RI "void \fBinit\fP (const char *prefix, \fBLevel\fP level)".br.RI "\fIInitializes at which is the minimum level to react to.\fP".ti -1c.RI "void \fBfatal\fP (const char *fmt,...)".br.ti -1c.RI "void \fBwarning\fP (const char *fmt,...)".br.ti -1c.RI "void \fBinfo\fP (const char *fmt,...)".br.ti -1c.RI "void \fBdebug\fP (const char *fmt,...)".br.ti -1c.RI "void \fBmessageApp\fP (const char *appName)".br.RI "\fIThis method sets the name of an external application to display messages graphically.\fP".in -1c.SH "MEMBER ENUMERATION DOCUMENTATION".PP .SS "enum aflibDebug::Level".PP\fBEnumeration values:\fP.in +1c.TP\fB\fI\fIlFatal\fP \fP\fP.TP\fB\fI\fIlWarning\fP \fP\fP.TP\fB\fI\fIlInfo\fP \fP\fP.TP\fB\fI\fIlDebug\fP \fP\fP.SH "MEMBER FUNCTION DOCUMENTATION".PP .SS "void aflibDebug::debug (const char * fmt, ...)\fC [static]\fP".PP.SS "void aflibDebug::fatal (const char * fmt, ...)\fC [static]\fP".PP.SS "void aflibDebug::info (const char * fmt, ...)\fC [static]\fP".PP.SS "void aflibDebug::init (const char * prefix, \fBLevel\fP level)\fC [static]\fP".PPInitializes at which is the minimum level to react to..PPIf you call this, call this before creating the Arts::Dispatcher object. .SS "void aflibDebug::messageApp (const char * appName)\fC [static]\fP".PPThis method sets the name of an external application to display messages graphically..PP.SS "void aflibDebug::warning (const char * fmt, ...)\fC [static]\fP".PP.SH "AUTHOR".PP Generated automatically by Doxygen for Open Source Audio Library Project from the source code.

⌨️ 快捷键说明

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