Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Functions
units.h File Reference
#include <ilviews/printing/macros.h>
#include <ilog/string.h>
#include <iostream.h>

Classes

class  IlvPrintCMUnit
 Class for measurement system in centimeters. More...
 
class  IlvPrintInchUnit
 Class for measurement system in inches. More...
 
class  IlvPrintPicaUnit
 Class for measurement system in pica. More...
 
class  IlvPrintPointUnit
 Class for measurement system in points. More...
 
class  IlvPrintUnit
 Base class for the measurement system classes. More...
 

Functions

ostream & operator<< (ostream &ostr, IlvPrintUnit const &unit)
 Output operator. More...
 

Detailed Description

Library: ilvprint
Declaration of the IlvPrintUnit, IlvPrintCMUnit, IlvPrintInchUnit, IlvPrintPicaUnit, and IlvPrintPointUnit classes.

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  ostr,
IlvPrintUnit const &  unit 
)

Output operator.

This operator writes to the output stream ostr a representation of the string string.

Parameters
ostrA reference to an ostream.
unitA constant reference to an IlvPrintUnit.
Returns
A reference to an ostream.
See also
IlString::writeQuoted