alma::tools::idlgen::StrippingPrintWriter Class Reference

Inheritance diagram for alma::tools::idlgen::StrippingPrintWriter:
Inheritance graph
[legend]
Collaboration diagram for alma::tools::idlgen::StrippingPrintWriter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 StrippingPrintWriter (Writer out, boolean autoFlush)
void write (String s)

Detailed Description

This class is used as a somewhat dirty, but very efficient way to avoid overloading and copying 95% of the implementation of a number of methods like IdlToJava::translate_struct(IdlObject obj, File writeInto).

In these methods, only very few known Strings must be suppressed or modified; the strings are hopefully unique enough to not provoke unforeseen damage with the modification.

See also:
OutputStringManipulator

Constructor & Destructor Documentation

alma::tools::idlgen::StrippingPrintWriter::StrippingPrintWriter ( Writer  out,
boolean  autoFlush 
) [inline]

Member Function Documentation

void alma::tools::idlgen::StrippingPrintWriter::write ( String  s  )  [inline]
See also:
Writer::write(String)

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

Generated by  doxygen 1.6.2