Xalan-C++ API Reference  1.12.0
Public Types | Public Attributes | List of all members
xalanc::DecimalToRoman Struct Reference

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]
 

Detailed Description

Structure to help in converting integrals to roman numerals.

Definition at line 39 of file DecimalToRoman.hpp.

Member Typedef Documentation

typedef XalanSize_t xalanc::DecimalToRoman::ValueType

Definition at line 43 of file DecimalToRoman.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
eMaxLetter 

Definition at line 41 of file DecimalToRoman.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: