DACE 2.0 API Manual
Differential Algebra Core Engine
Data Fields
DACE::DASimpleFormat Struct Reference

#include <dace/DAFormatter.h>

+ Collaboration diagram for DACE::DASimpleFormat:

Data Fields

std::string pos
 
std::string neg
 
std::string mul
 
std::string pre_pow
 
std::string var
 
std::string pre_var
 
std::string post_var
 
std::string pow
 
std::string post_pow
 
std::string linebreak
 
int first_var
 
int first_pow
 
unsigned int monperline
 
bool shorten
 

Detailed Description

Class containing the elements of a simple format as used by the DASimpleFormatter.

See also
DASimpleFormatter

Field Documentation

◆ first_pow

int DACE::DASimpleFormat::first_pow

◆ first_var

int DACE::DASimpleFormat::first_var

◆ linebreak

std::string DACE::DASimpleFormat::linebreak

◆ monperline

unsigned int DACE::DASimpleFormat::monperline

◆ mul

std::string DACE::DASimpleFormat::mul

◆ neg

std::string DACE::DASimpleFormat::neg

◆ pos

std::string DACE::DASimpleFormat::pos

◆ post_pow

std::string DACE::DASimpleFormat::post_pow

◆ post_var

std::string DACE::DASimpleFormat::post_var

◆ pow

std::string DACE::DASimpleFormat::pow

◆ pre_pow

std::string DACE::DASimpleFormat::pre_pow

◆ pre_var

std::string DACE::DASimpleFormat::pre_var

◆ shorten

bool DACE::DASimpleFormat::shorten

◆ var

std::string DACE::DASimpleFormat::var

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