alma::tools::idlgen::StrippingPrintWriter Class Reference
List of all members.
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: