aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/classOsclException.html
blob: 5e6b6e6ec01c8d115fcf40008be7b30c1cff991d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>oscl: OsclException&lt; LeaveCode &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>OsclException&lt; LeaveCode &gt; Class Template Reference<br/>
<small>
[<a class="el" href="group__osclerror.html">OSCL Error</a>]</small>
</h1><!-- doxytag: class="OsclException" -->
<p><a class="el" href="oscl__exception_8h.html" title="contains all the exception handling macros and classes">oscl_exception.h</a> contains all the exception handling macros and classes  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="oscl__exception_8h_source.html">oscl_exception.h</a>&gt;</code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOsclException.html#a8497c2539feeff2afea0dd9d71161228">OsclException</a> ()</td></tr>
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOsclException.html#ae67fe54608577d9f4ef8591178148cb9">getLeaveCode</a> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;int LeaveCode&gt;<br/>
 class OsclException&lt; LeaveCode &gt;</h3>

<p><a class="el" href="oscl__exception_8h.html" title="contains all the exception handling macros and classes">oscl_exception.h</a> contains all the exception handling macros and classes </p>
<p>This template class provides the base exception class that all exceptions derive from</p>
<p>All PacketVideo exception classes will be derived from the <a class="el" href="classOsclException.html" title="oscl_exception.h contains all the exception handling macros and classes">OsclException</a> class. Each derived class will have a static function where the leave code can be obtained. This avoids the issue of having static members in a DLL. The function needs to be static so it can be called without an instance of the class </p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8497c2539feeff2afea0dd9d71161228"></a><!-- doxytag: member="OsclException::OsclException" ref="a8497c2539feeff2afea0dd9d71161228" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;int LeaveCode&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOsclException.html">OsclException</a>&lt; LeaveCode &gt;::<a class="el" href="classOsclException.html">OsclException</a> </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ae67fe54608577d9f4ef8591178148cb9"></a><!-- doxytag: member="OsclException::getLeaveCode" ref="ae67fe54608577d9f4ef8591178148cb9" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;int LeaveCode&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">static int <a class="el" href="classOsclException.html">OsclException</a>&lt; LeaveCode &gt;::getLeaveCode </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="oscl__exception_8h_source.html">oscl_exception.h</a></li>
</ul>
</div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.004.1.1 </small>
</small></address>
</body>
</html>