Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Attributes | List of all members
DecimalToRoman Struct Reference

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]
 

Detailed Description

Structure to help in converting integrals to roman numerals.

Definition at line 39 of file DecimalToRoman.hpp.

Member Typedef Documentation

◆ ValueType

typedef XalanSize_t DecimalToRoman::ValueType

Definition at line 43 of file DecimalToRoman.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
eMaxLetter 

Definition at line 41 of file DecimalToRoman.hpp.

Member Data Documentation

◆ m_postLetter

XalanDOMChar DecimalToRoman::m_postLetter[eMaxLetter+1]

Definition at line 47 of file DecimalToRoman.hpp.

◆ m_postValue

ValueType DecimalToRoman::m_postValue

Definition at line 45 of file DecimalToRoman.hpp.

◆ m_preLetter

XalanDOMChar DecimalToRoman::m_preLetter[eMaxLetter+1]

Definition at line 51 of file DecimalToRoman.hpp.

◆ m_preValue

ValueType DecimalToRoman::m_preValue

Definition at line 49 of file DecimalToRoman.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo