Class for output of all elements of a class, good for debugging. More...

#include <space.hh>

Inheritance diagram for concepts::SpaceDebug< F >:
concepts::OutputOperator

Public Member Functions

 SpaceDebug (const Space< F > &spc)
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Private Attributes

const Space< F > & spc_
 

Detailed Description

template<typename F = Real>
class concepts::SpaceDebug< F >

Class for output of all elements of a class, good for debugging.

Author
Kersten Schmidt, 2005

Definition at line 402 of file space.hh.

Constructor & Destructor Documentation

◆ SpaceDebug()

template<typename F = Real>
concepts::SpaceDebug< F >::SpaceDebug ( const Space< F > &  spc)
inline

Definition at line 404 of file space.hh.

Member Function Documentation

◆ info()

template<typename F >
std::ostream & concepts::SpaceDebug< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 412 of file space.hh.

Member Data Documentation

◆ spc_

template<typename F = Real>
const Space<F>& concepts::SpaceDebug< F >::spc_
private

Definition at line 408 of file space.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich