cphot 0.1
A C++ tool for computing photometry from spectra.
pretty_print::custom_delims_base Struct Referenceabstract

#include <prettyprint.hpp>

+ Inheritance diagram for pretty_print::custom_delims_base:

Public Member Functions

virtual ~custom_delims_base ()
 
virtual std::ostream & stream (::std::ostream &)=0
 
virtual std::wostream & stream (::std::wostream &)=0
 

Detailed Description

Definition at line 328 of file prettyprint.hpp.

Constructor & Destructor Documentation

◆ ~custom_delims_base()

virtual pretty_print::custom_delims_base::~custom_delims_base ( )
inlinevirtual

Definition at line 330 of file prettyprint.hpp.

Member Function Documentation

◆ stream() [1/2]

virtual std::ostream& pretty_print::custom_delims_base::stream ( ::std::ostream &  )
pure virtual

◆ stream() [2/2]

virtual std::wostream& pretty_print::custom_delims_base::stream ( ::std::wostream &  )
pure virtual

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