This commit is contained in:
King_DuckZ 2020-02-17 22:13:50 +01:00
parent 8c48174b5b
commit 9341942014
1702 changed files with 33300 additions and 17345 deletions

View file

@ -19,9 +19,9 @@
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>ContextHelpers.hpp</h1><a href="ContextHelpers_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001-2007</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001-2008</span>
<a name="l00003"></a>00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004-2007</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004-2008</span>
<a name="l00005"></a>00005 <span class="comment"> * Oracle. All rights reserved.</span>
<a name="l00006"></a>00006 <span class="comment"> *</span>
<a name="l00007"></a>00007 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
@ -36,7 +36,7 @@
<a name="l00016"></a>00016 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00017"></a>00017 <span class="comment"> * limitations under the License.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: ContextHelpers.hpp,v 1.6 2007/11/28 13:13:20 jpcs Exp $</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: ContextHelpers.hpp,v 1.7 2008/01/08 18:47:29 jpcs Exp $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef CONTEXTHELPERS_HPP</span>
@ -68,7 +68,7 @@
<a name="l00048"></a><a class="code" href="classAutoContextItemTypeReset.html">00048</a> <span class="keyword">class </span>XQILLA_API AutoContextItemTypeReset
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050 <span class="keyword">public</span>:
<a name="l00051"></a><a class="code" href="classAutoContextItemTypeReset.html#0b60a30ce21a5e47b3a620c80fccca98">00051</a> AutoContextItemTypeReset(<a class="code" href="classStaticContext.html">StaticContext</a>* context, <span class="keyword">const</span> StaticType &amp;sType)
<a name="l00051"></a><a class="code" href="classAutoContextItemTypeReset.html#0b60a30ce21a5e47b3a620c80fccca98">00051</a> AutoContextItemTypeReset(<a class="code" href="classStaticContext.html">StaticContext</a>* context, <span class="keyword">const</span> <a class="code" href="classStaticType.html">StaticType</a> &amp;sType)
<a name="l00052"></a>00052 {
<a name="l00053"></a>00053 context_ = context;
<a name="l00054"></a>00054 sType_ = context-&gt;<a class="code" href="classStaticContext.html#c2ac8fb630c5c5a7a9023ef6511653bf">getContextItemType</a>();
@ -82,7 +82,7 @@
<a name="l00062"></a>00062
<a name="l00063"></a>00063 <span class="keyword">protected</span>:
<a name="l00064"></a><a class="code" href="classAutoContextItemTypeReset.html#ce7f80abbbc5c20b406cf05fd492aded">00064</a> <a class="code" href="classStaticContext.html">StaticContext</a>* context_;
<a name="l00065"></a><a class="code" href="classAutoContextItemTypeReset.html#22aa431e65ccc96c43dddc66916dadaf">00065</a> StaticType sType_;
<a name="l00065"></a><a class="code" href="classAutoContextItemTypeReset.html#22aa431e65ccc96c43dddc66916dadaf">00065</a> <a class="code" href="classStaticType.html">StaticType</a> sType_;
<a name="l00066"></a>00066 };
<a name="l00067"></a>00067
<a name="l00068"></a><a class="code" href="classAutoNsScopeReset.html">00068</a> <span class="keyword">class </span>XQILLA_API AutoNsScopeReset
@ -144,7 +144,7 @@
<a name="l00124"></a>00124 {
<a name="l00125"></a>00125 <span class="keyword">public</span>:
<a name="l00126"></a><a class="code" href="classAutoDocumentCacheReset.html#2a02fae6f17c4ba91bfdb80f64a94d4e">00126</a> AutoDocumentCacheReset(<a class="code" href="classDynamicContext.html">DynamicContext</a>* context)
<a name="l00127"></a>00127 : oldDC(const_cast&lt;DocumentCache*&gt;(context-&gt;getDocumentCache())),
<a name="l00127"></a>00127 : oldDC(const_cast&lt;<a class="code" href="classDocumentCache.html">DocumentCache</a>*&gt;(context-&gt;getDocumentCache())),
<a name="l00128"></a>00128 context_ (context)
<a name="l00129"></a>00129 {
<a name="l00130"></a>00130 }
@ -154,7 +154,7 @@
<a name="l00134"></a>00134 context_-&gt;setDocumentCache(oldDC);
<a name="l00135"></a>00135 }
<a name="l00136"></a>00136
<a name="l00137"></a><a class="code" href="classAutoDocumentCacheReset.html#b5a50b8b1393ff16151f86806bb959d4">00137</a> DocumentCache *oldDC;
<a name="l00137"></a><a class="code" href="classAutoDocumentCacheReset.html#b5a50b8b1393ff16151f86806bb959d4">00137</a> <a class="code" href="classDocumentCache.html">DocumentCache</a> *oldDC;
<a name="l00138"></a>00138
<a name="l00139"></a>00139 <span class="keyword">protected</span>:
<a name="l00140"></a><a class="code" href="classAutoDocumentCacheReset.html#f958239a0d69f253c1cfbafa2911063e">00140</a> <a class="code" href="classDynamicContext.html">DynamicContext</a>* context_;
@ -188,7 +188,7 @@
<a name="l00168"></a>00168 };
<a name="l00169"></a>00169
<a name="l00170"></a>00170 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 20:16:43 2007 for XQilla Simple API by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:40 2008 for XQilla Simple API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>