Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Teuchos::IntEntry Class Reference

A table entry that is a simple integer. More...

#include <Teuchos_TableEntry.hpp>

Inheritance diagram for Teuchos::IntEntry:
Inheritance graph
[legend]

Public Member Functions

 IntEntry (int value, const std::ios_base::fmtflags &flags)
 Construct with a value.
 
virtual std::string toString () const
 Write the specified entry to a std::string.
 
- Public Member Functions inherited from Teuchos::TableEntry
 TableEntry ()
 Empty ctor.
 
virtual ~TableEntry ()
 virtual dtor
 
virtual std::string toChoppedString (int maxWidth) const
 Return a std::string representation of this entry, truncated if necessary to fit within the given column width.
 

Private Attributes

int data_
 
std::ios_base::fmtflags fmtflags_
 

Detailed Description

A table entry that is a simple integer.

Definition at line 117 of file Teuchos_TableEntry.hpp.

Constructor & Destructor Documentation

◆ IntEntry()

IntEntry::IntEntry ( int value,
const std::ios_base::fmtflags & flags )

Construct with a value.

Definition at line 74 of file Teuchos_TableEntry.cpp.

Member Function Documentation

◆ toString()

std::string IntEntry::toString ( ) const
virtual

Write the specified entry to a std::string.

Implements Teuchos::TableEntry.

Definition at line 78 of file Teuchos_TableEntry.cpp.

Member Data Documentation

◆ data_

int Teuchos::IntEntry::data_
private

Definition at line 127 of file Teuchos_TableEntry.hpp.

◆ fmtflags_

std::ios_base::fmtflags Teuchos::IntEntry::fmtflags_
private

Definition at line 128 of file Teuchos_TableEntry.hpp.


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