cphot 0.1
A C++ tool for computing photometry from spectra.
pretty_print::bucket_print_wrapper< T > Struct Template Reference

#include <prettyprint.hpp>

Public Types

typedef T::const_local_iterator const_iterator
 
typedef T::size_type size_type
 

Public Member Functions

const_iterator begin () const
 
const_iterator end () const
 
 bucket_print_wrapper (const T &m, size_type bucket)
 

Detailed Description

template<typename T>
struct pretty_print::bucket_print_wrapper< T >

Definition at line 393 of file prettyprint.hpp.

Member Typedef Documentation

◆ const_iterator

template<typename T >
typedef T::const_local_iterator pretty_print::bucket_print_wrapper< T >::const_iterator

Definition at line 395 of file prettyprint.hpp.

◆ size_type

template<typename T >
typedef T::size_type pretty_print::bucket_print_wrapper< T >::size_type

Definition at line 396 of file prettyprint.hpp.

Constructor & Destructor Documentation

◆ bucket_print_wrapper()

template<typename T >
pretty_print::bucket_print_wrapper< T >::bucket_print_wrapper ( const T &  m,
size_type  bucket 
)
inline

Definition at line 408 of file prettyprint.hpp.

Member Function Documentation

◆ begin()

template<typename T >
const_iterator pretty_print::bucket_print_wrapper< T >::begin ( ) const
inline

Definition at line 398 of file prettyprint.hpp.

◆ end()

template<typename T >
const_iterator pretty_print::bucket_print_wrapper< T >::end ( ) const
inline

Definition at line 403 of file prettyprint.hpp.


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