Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
xalanc::XalanFormatterWriter::WhiteSpaceWriterFunctor< WriterType > Class Template Reference

#include <xalanc/XMLSupport/XalanFormatterWriter.hpp>

Public Types

typedef WriterType writer_type
 

Public Member Functions

 WhiteSpaceWriterFunctor (WriterType &writer)
 
void operator() (size_type count)
 

Detailed Description

template<class WriterType>
class xalanc::XalanFormatterWriter::WhiteSpaceWriterFunctor< WriterType >

Definition at line 103 of file XalanFormatterWriter.hpp.

Member Typedef Documentation

◆ writer_type

template<class WriterType >
typedef WriterType xalanc::XalanFormatterWriter::WhiteSpaceWriterFunctor< WriterType >::writer_type

Definition at line 108 of file XalanFormatterWriter.hpp.

Constructor & Destructor Documentation

◆ WhiteSpaceWriterFunctor()

template<class WriterType >
xalanc::XalanFormatterWriter::WhiteSpaceWriterFunctor< WriterType >::WhiteSpaceWriterFunctor ( WriterType &  writer)
inline

Definition at line 110 of file XalanFormatterWriter.hpp.

Member Function Documentation

◆ operator()()

template<class WriterType >
void xalanc::XalanFormatterWriter::WhiteSpaceWriterFunctor< WriterType >::operator() ( size_type  count)
inline

Definition at line 116 of file XalanFormatterWriter.hpp.


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