preCICE v3.2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
precice::io::TXTTableWriter::Data Struct Reference

Represents one data entry to be written. More...

Collaboration diagram for precice::io::TXTTableWriter::Data:
[legend]

Public Member Functions

bool operator== (const Data &data) const
 

Public Attributes

std::string name
 
DataType type
 

Detailed Description

Represents one data entry to be written.

Definition at line 81 of file TXTTableWriter.hpp.

Member Function Documentation

◆ operator==()

bool precice::io::TXTTableWriter::Data::operator== ( const Data & data) const
inline

Definition at line 87 of file TXTTableWriter.hpp.

Member Data Documentation

◆ name

std::string precice::io::TXTTableWriter::Data::name

Definition at line 83 of file TXTTableWriter.hpp.

◆ type

DataType precice::io::TXTTableWriter::Data::type

Definition at line 85 of file TXTTableWriter.hpp.


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