Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
concepts::SpaceDebug< F > Class Template Reference

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

#include <space.hh>

Inheritance diagram for concepts::SpaceDebug< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::SpaceDebug< F >:
Collaboration graph
[legend]

List of all members.

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.

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 347 of file space.hh.


Constructor & Destructor Documentation

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

Definition at line 349 of file space.hh.


Member Function Documentation

template<typename F >
std::ostream & concepts::SpaceDebug< F >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 357 of file space.hh.


Member Data Documentation

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

Definition at line 353 of file space.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)