TableEntry< value_type > Class Template Reference
[Textual output]

Inheritance diagram for TableEntry< value_type >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 TableEntry (const value_type value)
virtual ~TableEntry ()
value_type value () const
virtual void write_text (std::ostream &out) const
virtual void write_tex (std::ostream &out) const

Private Attributes

const value_type val


Detailed Description

template<typename value_type>
class TableEntry< value_type >

A TableEntry stores the value of a table entry. The value type of this table entry is arbitrary. For a TableEntry<typename value_type> with a non-common value type you may want to specialize the output functions in order to get nicer output. This class is not to be used by the user.

For more detail see the TableHandler class.

Author:
Ralf Hartmann, 1999

Constructor & Destructor Documentation

template<typename value_type >
TableEntry< value_type >::TableEntry ( const value_type  value  ) 

Constructor.

template<typename value_type >
virtual TableEntry< value_type >::~TableEntry (  )  [virtual]

Destructor.


Member Function Documentation

template<typename value_type >
value_type TableEntry< value_type >::value (  )  const

Returns the value of this table entry.

template<typename value_type >
virtual void TableEntry< value_type >::write_text ( std::ostream &  out  )  const [virtual]

Write the table entry as text.

Implements TableEntryBase.

template<typename value_type >
virtual void TableEntry< value_type >::write_tex ( std::ostream &  out  )  const [virtual]

Write the table entry in tex format.

Implements TableEntryBase.


Member Data Documentation

template<typename value_type >
const value_type TableEntry< value_type >::val [private]

Stored value.


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

deal.II documentation generated on Sat Aug 15 16:52:26 2009 by doxygen 1.5.9