⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fltrimpl_8h-source.html

📁 Crypto++是一个非常强大的密码学库,主要是功能全
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Crypto++: fltrimpl.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>fltrimpl.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef CRYPTOPP_FLTRIMPL_H</span>00002 <span class="preprocessor"></span><span class="preprocessor">#define CRYPTOPP_FLTRIMPL_H</span>00003 <span class="preprocessor"></span>00004 <span class="preprocessor">#define FILTER_BEGIN    \</span>00005 <span class="preprocessor">        switch (m_continueAt)   \</span>00006 <span class="preprocessor">        {       \</span>00007 <span class="preprocessor">        case 0: \</span>00008 <span class="preprocessor">                m_inputPosition = 0;</span>00009 <span class="preprocessor"></span>00010 <span class="preprocessor">#define FILTER_END_NO_MESSAGE_END_NO_RETURN     \</span>00011 <span class="preprocessor">                break;  \</span>00012 <span class="preprocessor">        default:        \</span>00013 <span class="preprocessor">                assert(false);  \</span>00014 <span class="preprocessor">        }</span>00015 <span class="preprocessor"></span>00016 <span class="preprocessor">#define FILTER_END_NO_MESSAGE_END       \</span>00017 <span class="preprocessor">        FILTER_END_NO_MESSAGE_END_NO_RETURN     \</span>00018 <span class="preprocessor">        return 0;</span>00019 <span class="preprocessor"></span>00020 <span class="preprocessor">#define FILTER_END      \</span>00021 <span class="preprocessor">        case -1:        \</span>00022 <span class="preprocessor">                if (Output(-1, NULL, 0, messageEnd, blocking))  \</span>00023 <span class="preprocessor">                        return 1;       \</span>00024 <span class="preprocessor">        FILTER_END_NO_MESSAGE_END</span>00025 <span class="preprocessor"></span>00026 <span class="preprocessor">#define FILTER_OUTPUT2(site, statement, output, length, messageEnd)     \</span>00027 <span class="preprocessor">        {\</span>00028 <span class="preprocessor">        case site:      \</span>00029 <span class="preprocessor">        statement;      \</span>00030 <span class="preprocessor">        if (Output(site, output, length, messageEnd, blocking)) \</span>00031 <span class="preprocessor">                return STDMAX(1U, (unsigned int)length-m_inputPosition);\</span>00032 <span class="preprocessor">        }</span>00033 <span class="preprocessor"></span>00034 <span class="preprocessor">#define FILTER_OUTPUT(site, output, length, messageEnd) \</span>00035 <span class="preprocessor">        FILTER_OUTPUT2(site, 0, output, length, messageEnd)</span>00036 <span class="preprocessor"></span>00037 <span class="preprocessor">#define FILTER_OUTPUT_BYTE(site, output)        \</span>00038 <span class="preprocessor">        FILTER_OUTPUT(site, &amp;(const byte &amp;)(byte)output, 1, 0)</span>00039 <span class="preprocessor"></span>00040 <span class="preprocessor">#endif</span></pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jul 8 23:34:15 2003 for Crypto++ by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>

⌨️ 快捷键说明

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