blob: e9460743851d7a7ed0d1a52588910cfb32def87a [file] [log] [blame]
<!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>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-attribs">Public Attributes</a> </div>
<div class="headertitle">
<h1>DecimalToRoman Struct Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="DecimalToRoman" -->
<p>Structure to help in converting integrals to roman numerals.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>&gt;</code></p>
<p><a href="structDecimalToRoman-members.html">List of all members.</a></p>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>enum { <a class="el" href="structDecimalToRoman.html#a08d29e6d75e89c076e92bcd0f617a570a7e122587aaeb93d887546dee26cddd62">eMaxLetter</a> = 2
}
<li>typedef XalanSize_t <a class="el" href="structDecimalToRoman.html#af6964df1835d9b6c6042f4184cd5a640">ValueType</a>
</ul>
<h2><a name="pub-attribs"></a>
Public Attributes</h2>
<ul>
<li><a class="el" href="structDecimalToRoman.html#af6964df1835d9b6c6042f4184cd5a640">ValueType</a> <a class="el" href="structDecimalToRoman.html#ad2956b16269a782882ee318881f425d1">m_postValue</a>
<li>XalanDOMChar <a class="el" href="structDecimalToRoman.html#acac375cd2de1070ee6f9ee2be262879f">m_postLetter</a> [eMaxLetter+1]
<li><a class="el" href="structDecimalToRoman.html#af6964df1835d9b6c6042f4184cd5a640">ValueType</a> <a class="el" href="structDecimalToRoman.html#a1aa74c13cc761eecb8a68a475aae457c">m_preValue</a>
<li>XalanDOMChar <a class="el" href="structDecimalToRoman.html#affbb25f8e1a7706c80241bc221125639">m_preLetter</a> [eMaxLetter+1]
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Structure to help in converting integrals to roman numerals. </p>
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00039">39</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="af6964df1835d9b6c6042f4184cd5a640"></a><!-- doxytag: member="DecimalToRoman::ValueType" ref="af6964df1835d9b6c6042f4184cd5a640" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef XalanSize_t <a class="el" href="structDecimalToRoman.html#af6964df1835d9b6c6042f4184cd5a640">DecimalToRoman::ValueType</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00043">43</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="a08d29e6d75e89c076e92bcd0f617a570"></a><!-- doxytag: member="DecimalToRoman::@4" ref="a08d29e6d75e89c076e92bcd0f617a570" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">anonymous enum</td>
</tr>
</table>
</div>
<div class="memdoc">
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="a08d29e6d75e89c076e92bcd0f617a570a7e122587aaeb93d887546dee26cddd62"></a><!-- doxytag: member="eMaxLetter" ref="a08d29e6d75e89c076e92bcd0f617a570a7e122587aaeb93d887546dee26cddd62" args="" -->eMaxLetter</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00041">41</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="acac375cd2de1070ee6f9ee2be262879f"></a><!-- doxytag: member="DecimalToRoman::m_postLetter" ref="acac375cd2de1070ee6f9ee2be262879f" args="[eMaxLetter+1]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanDOMChar <a class="el" href="structDecimalToRoman.html#acac375cd2de1070ee6f9ee2be262879f">DecimalToRoman::m_postLetter</a>[eMaxLetter+1]</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00047">47</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ad2956b16269a782882ee318881f425d1"></a><!-- doxytag: member="DecimalToRoman::m_postValue" ref="ad2956b16269a782882ee318881f425d1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structDecimalToRoman.html#af6964df1835d9b6c6042f4184cd5a640">ValueType</a> <a class="el" href="structDecimalToRoman.html#ad2956b16269a782882ee318881f425d1">DecimalToRoman::m_postValue</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00045">45</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="affbb25f8e1a7706c80241bc221125639"></a><!-- doxytag: member="DecimalToRoman::m_preLetter" ref="affbb25f8e1a7706c80241bc221125639" args="[eMaxLetter+1]" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanDOMChar <a class="el" href="structDecimalToRoman.html#affbb25f8e1a7706c80241bc221125639">DecimalToRoman::m_preLetter</a>[eMaxLetter+1]</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00051">51</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1aa74c13cc761eecb8a68a475aae457c"></a><!-- doxytag: member="DecimalToRoman::m_preValue" ref="a1aa74c13cc761eecb8a68a475aae457c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="structDecimalToRoman.html#af6964df1835d9b6c6042f4184cd5a640">ValueType</a> <a class="el" href="structDecimalToRoman.html#a1aa74c13cc761eecb8a68a475aae457c">DecimalToRoman::m_preValue</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="DecimalToRoman_8hpp_source.html#l00049">49</a> of file <a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="DecimalToRoman_8hpp_source.html">DecimalToRoman.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>