Structure to help in converting integrals to roman numerals. More...
#include <DecimalToRoman.hpp>
Public Types | |
enum | { eMaxLetter = 2 } |
typedef XalanSize_t | ValueType |
Public Attributes | |
ValueType | m_postValue |
XalanDOMChar | m_postLetter [eMaxLetter+1] |
ValueType | m_preValue |
XalanDOMChar | m_preLetter [eMaxLetter+1] |
Structure to help in converting integrals to roman numerals.
Definition at line 39 of file DecimalToRoman.hpp.
typedef XalanSize_t DecimalToRoman::ValueType |
Definition at line 43 of file DecimalToRoman.hpp.
anonymous enum |
Enumerator | |
---|---|
eMaxLetter |
Definition at line 41 of file DecimalToRoman.hpp.
XalanDOMChar DecimalToRoman::m_postLetter[eMaxLetter+1] |
Definition at line 47 of file DecimalToRoman.hpp.
ValueType DecimalToRoman::m_postValue |
Definition at line 45 of file DecimalToRoman.hpp.
XalanDOMChar DecimalToRoman::m_preLetter[eMaxLetter+1] |
Definition at line 51 of file DecimalToRoman.hpp.
ValueType DecimalToRoman::m_preValue |
Definition at line 49 of file DecimalToRoman.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|