preCICE v3.1.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Column Struct Reference

#include <TableWriter.hpp>

Collaboration diagram for Column:
[legend]

Public Member Functions

 Column (std::string const &name)
 
 Column (std::string const &name, int width)
 
 Column (std::string const &name, int width, int precision)
 

Public Attributes

std::string name
 
int width
 
int precision = 6
 

Detailed Description

Definition at line 14 of file TableWriter.hpp.

Constructor & Destructor Documentation

◆ Column() [1/3]

Column::Column ( std::string const & name)
explicit

Definition at line 10 of file TableWriter.cpp.

◆ Column() [2/3]

Column::Column ( std::string const & name,
int width )

Definition at line 16 of file TableWriter.cpp.

Here is the call graph for this function:

◆ Column() [3/3]

Column::Column ( std::string const & name,
int width,
int precision )

Definition at line 23 of file TableWriter.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ name

std::string Column::name

Definition at line 15 of file TableWriter.hpp.

◆ precision

int Column::precision = 6

Definition at line 17 of file TableWriter.hpp.

◆ width

int Column::width

Definition at line 16 of file TableWriter.hpp.


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