|
Xalan-C++ API Reference
1.12.0
|
Structure to help in converting integrals to roman numerals. More...
#include <xalanc/XSLT/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 xalanc::DecimalToRoman::ValueType |
Definition at line 43 of file DecimalToRoman.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| eMaxLetter | |
Definition at line 41 of file DecimalToRoman.hpp.
| XalanDOMChar xalanc::DecimalToRoman::m_postLetter[eMaxLetter+1] |
Definition at line 47 of file DecimalToRoman.hpp.
| ValueType xalanc::DecimalToRoman::m_postValue |
Definition at line 45 of file DecimalToRoman.hpp.
| XalanDOMChar xalanc::DecimalToRoman::m_preLetter[eMaxLetter+1] |
Definition at line 51 of file DecimalToRoman.hpp.
| ValueType xalanc::DecimalToRoman::m_preValue |
Definition at line 49 of file DecimalToRoman.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:30 for Xalan-C++ API Reference by
1.8.17