Nektar++
Namespaces | Macros | Functions
Progressbar.hpp File Reference
#include <cmath>
#include <iomanip>
#include <iostream>
#include <stdio.h>
#include <string>
#include <unistd.h>

Go to the source code of this file.

Namespaces

namespace  Nektar
 
namespace  Nektar::LibUtilities
 

Macros

#define ISTTY   isatty(fileno(stdout))
 

Functions

int Nektar::LibUtilities::PrintProgressbar (const int position, const int goal, const std::string message, int lastprogress=-1)
 Prints a progressbar. More...
 

Macro Definition Documentation

◆ ISTTY

#define ISTTY   isatty(fileno(stdout))

Definition at line 47 of file Progressbar.hpp.