v2.2.0
This commit is contained in:
parent
27eff2f0ef
commit
4bc0157dcd
3020 changed files with 129849 additions and 76185 deletions
|
@ -5,19 +5,17 @@
|
|||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
||||
<!-- Generated by Doxygen 1.5.1 -->
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><a href="classes.html"><span>Classes</span></a></li>
|
||||
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
||||
</ul></div>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
</ul></div>
|
||||
<!-- Generated by Doxygen 1.5.5 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><a href="classes.html"><span>Classes</span></a></li>
|
||||
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||
<li><a href="examples.html"><span>Examples</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h1>Timezone.hpp</h1><a href="Timezone_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-2008</span>
|
||||
<a name="l00003"></a>00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
|
||||
|
@ -49,24 +47,24 @@
|
|||
<a name="l00029"></a>00029
|
||||
<a name="l00030"></a>00030 <span class="preprocessor">#include <xercesc/util/XercesDefs.hpp></span>
|
||||
<a name="l00031"></a>00031
|
||||
<a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="classDynamicContext.html">DynamicContext</a>;
|
||||
<a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>;
|
||||
<a name="l00033"></a>00033
|
||||
<a name="l00034"></a><a class="code" href="classTimezone.html">00034</a> <span class="keyword">class </span>XQILLA_API <a class="code" href="classTimezone.html">Timezone</a> : <span class="keyword">public</span> <a class="code" href="classReferenceCounted.html">ReferenceCounted</a>
|
||||
<a name="l00034"></a><a class="code" href="classTimezone.html">00034</a> <span class="keyword">class </span>XQILLA_API <a class="code" href="classTimezone.html">Timezone</a> : <span class="keyword">public</span> <a class="code" href="classReferenceCounted.html" title="Super class for reference counted classes.">ReferenceCounted</a>
|
||||
<a name="l00035"></a>00035 {
|
||||
<a name="l00036"></a>00036 <span class="keyword">public</span> :
|
||||
<a name="l00037"></a><a class="code" href="classTimezone.html#3114e9a999aa7d489e42cf1751da6a2c">00037</a> <span class="keyword">typedef</span> <a class="code" href="classRefCountPointer.html">RefCountPointer<const Timezone></a> <a class="code" href="classRefCountPointer.html">Ptr</a>;
|
||||
<a name="l00037"></a><a class="code" href="classTimezone.html#3114e9a999aa7d489e42cf1751da6a2c">00037</a> <span class="keyword">typedef</span> <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">RefCountPointer<const Timezone></a> <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">Ptr</a>;
|
||||
<a name="l00038"></a>00038
|
||||
<a name="l00042"></a>00042 <a class="code" href="classTimezone.html">Timezone</a>(<span class="keyword">const</span> MAPM &seconds);
|
||||
<a name="l00043"></a>00043
|
||||
<a name="l00047"></a>00047 <a class="code" href="classTimezone.html">Timezone</a>(<span class="keyword">const</span> <a class="code" href="classRefCountPointer.html">ATDurationOrDerived::Ptr</a> &duration, <span class="keyword">const</span> <a class="code" href="classDynamicContext.html">DynamicContext</a>* context);
|
||||
<a name="l00047"></a>00047 <a class="code" href="classTimezone.html">Timezone</a>(<span class="keyword">const</span> <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">ATDurationOrDerived::Ptr</a> &duration, <span class="keyword">const</span> <a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>* context);
|
||||
<a name="l00048"></a>00048
|
||||
<a name="l00052"></a>00052 <span class="keywordtype">bool</span> equals(<span class="keyword">const</span> <a class="code" href="classRefCountPointer.html">Timezone::Ptr</a> &other) <span class="keyword">const</span>;
|
||||
<a name="l00052"></a>00052 <span class="keywordtype">bool</span> equals(<span class="keyword">const</span> <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">Timezone::Ptr</a> &other) <span class="keyword">const</span>;
|
||||
<a name="l00053"></a>00053
|
||||
<a name="l00054"></a>00054 <a class="code" href="classRefCountPointer.html">ATDurationOrDerived::Ptr</a> asDayTimeDuration(<span class="keyword">const</span> <a class="code" href="classDynamicContext.html">DynamicContext</a>* context) <span class="keyword">const</span>;
|
||||
<a name="l00054"></a>00054 <a class="code" href="classRefCountPointer.html" title="Super class of all the reference counted wrappers for Items.">ATDurationOrDerived::Ptr</a> asDayTimeDuration(<span class="keyword">const</span> <a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>* context) <span class="keyword">const</span>;
|
||||
<a name="l00055"></a>00055
|
||||
<a name="l00060"></a>00060 <span class="keyword">const</span> XMLCh* asString(<span class="keyword">const</span> <a class="code" href="classDynamicContext.html">DynamicContext</a>* context) <span class="keyword">const</span>;
|
||||
<a name="l00060"></a>00060 <span class="keyword">const</span> XMLCh* asString(<span class="keyword">const</span> <a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>* context) <span class="keyword">const</span>;
|
||||
<a name="l00061"></a>00061
|
||||
<a name="l00065"></a><a class="code" href="classTimezone.html#8d19e2b7f46c73489df06e4a0e2b4e56">00065</a> <span class="keyword">const</span> MAPM &asSeconds()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> seconds_; }
|
||||
<a name="l00065"></a><a class="code" href="classTimezone.html#155a5df6e710b94687c28500a54046e6">00065</a> <span class="keyword">const</span> MAPM &asSeconds()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> seconds_; }
|
||||
<a name="l00066"></a>00066
|
||||
<a name="l00067"></a>00067 <span class="keyword">static</span> MAPM convert(<span class="keywordtype">bool</span> positive, <span class="keywordtype">int</span> hour, <span class="keywordtype">int</span> minute);
|
||||
<a name="l00068"></a>00068
|
||||
|
@ -79,8 +77,9 @@
|
|||
<a name="l00075"></a>00075 <span class="preprocessor">#endif // _TZONE_HPP</span>
|
||||
<a name="l00076"></a>00076 <span class="preprocessor"></span>
|
||||
<a name="l00077"></a>00077
|
||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:40:48 2008 for XQilla Simple API by
|
||||
</pre></div></div>
|
||||
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jan 5 19:53:55 2009 for XQilla Simple API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue