|
Evaluates the stylesheet_formatter
object.
bool stylesheet_formatter::operator !();
None
Returns true
if it's specified output file/stream is valid and open, false
otherwise.
This operation is used to verify the state of stylesheet_formatter's
internal output stream. The output stream/file is specified in stylesheet_formatter's
constructor. If a file or stream is specified which is not opened or in a bad state, this operation will return false. If the stream or file is open
and in a good state, the operation will return true.
This operation is handy for verifying the state of the stylesheet_formatter
object before using it to format and output stylesheet's
or stylesheet_item's
objects.
Constant