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

A class that handles various standard output functions for the results. More...

#include <nec_results.h>

Public Member Functions

 output_helper (ostream &in_os, enum RESULT_FORMAT in_format)
 
void separator ()
 
void start_record ()
 
void end_record ()
 
void padding (const char *s)
 
void center_text (const std::string &text, const string &border)
 
void section_start (const std::string &section_name)
 
void section_end ()
 
void int_out (int w, int i)
 
void string_out (int w, const std::string &s)
 
void string_out (int w, const char *s)
 
void real_out (int w, int p, nec_float f, bool sci=true)
 
void complex_out (int w, int p, nec_complex c, bool sci=true)
 
void polar_out (int w, int p, nec_complex c, bool sci=true)
 

Detailed Description

A class that handles various standard output functions for the results.

This class will handle format changes between various output formats.


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