Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos::StringEntry Class Reference

A table entry that is a simple std::string. More...

#include <Teuchos_TableEntry.hpp>

Inheritance diagram for Teuchos::StringEntry:
Teuchos::TableEntry

Public Member Functions

 StringEntry (std::string value)
 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.

Detailed Description

A table entry that is a simple std::string.

Definition at line 103 of file Teuchos_TableEntry.hpp.

Constructor & Destructor Documentation

◆ StringEntry()

StringEntry::StringEntry ( std::string value)

Construct with a value.

Definition at line 58 of file Teuchos_TableEntry.cpp.

Member Function Documentation

◆ toString()

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

Write the specified entry to a std::string.

Implements Teuchos::TableEntry.

Definition at line 62 of file Teuchos_TableEntry.cpp.


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