nec2++  1.7.0
Public Member Functions | List of all members
nec_error_mode Class Reference

#include <nec_output.h>

Public Member Functions

 nec_error_mode (nec_output_file &of)
 

Detailed Description

A little class for setting up error mode, and then automatically going back to normal output mode. Usage

{ nec_error_mode em(s_output); s_output.line("Darn..."); }

s_output.line("Normal output here");


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