16 #if !defined(XALAN_DECIMALTOROMAN_HEADER_GUARD)
17 #define XALAN_DECIMALTOROMAN_HEADER_GUARD
30 XALAN_CPP_NAMESPACE_BEGIN
39 enum { eMaxLetter = 2 };
45 XalanDOMChar m_postLetter[eMaxLetter + 1];
49 XalanDOMChar m_preLetter[eMaxLetter + 1];
54 XALAN_CPP_NAMESPACE_END
58 #endif // XALAN_DECIMALTOROMAN_HEADER_GUARD
Structure to help in converting integrals to roman numerals.
Definition: DecimalToRoman.hpp:37
ValueType m_preValue
Definition: DecimalToRoman.hpp:47
ValueType m_postValue
Definition: DecimalToRoman.hpp:43
unsigned long ValueType
Definition: DecimalToRoman.hpp:41
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25