cphot 0.1
A C++ tool for computing photometry from spectra.
pretty_print::custom_delims_wrapper< T, Delims > Struct Template Referenceabstract

#include <prettyprint.hpp>

+ Inheritance diagram for pretty_print::custom_delims_wrapper< T, Delims >:

Public Member Functions

 custom_delims_wrapper (const T &t_)
 
std::ostream & stream (std::ostream &s)
 
std::wostream & stream (std::wostream &s)
 
virtual std::ostream & stream (::std::ostream &)=0
 
virtual std::wostream & stream (::std::wostream &)=0
 

Detailed Description

template<typename T, typename Delims>
struct pretty_print::custom_delims_wrapper< T, Delims >

Definition at line 336 of file prettyprint.hpp.

Constructor & Destructor Documentation

◆ custom_delims_wrapper()

template<typename T , typename Delims >
pretty_print::custom_delims_wrapper< T, Delims >::custom_delims_wrapper ( const T &  t_)
inline

Definition at line 338 of file prettyprint.hpp.

Member Function Documentation

◆ stream() [1/4]

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

◆ stream() [2/4]

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

◆ stream() [3/4]

template<typename T , typename Delims >
std::ostream& pretty_print::custom_delims_wrapper< T, Delims >::stream ( std::ostream &  s)
inline

Definition at line 340 of file prettyprint.hpp.

◆ stream() [4/4]

template<typename T , typename Delims >
std::wostream& pretty_print::custom_delims_wrapper< T, Delims >::stream ( std::wostream &  s)
inline

Definition at line 345 of file prettyprint.hpp.


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