MADNESS  version 0.9
Namespaces | Functions
print.cc File Reference
#include <madness/world/print.h>
#include <cstring>
Include dependency graph for print.cc:

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 

Functions

void madness::print_justified (const char *s, int column=0, bool underline=true)
 Print a string justified on the left to start at the given column with optional underlining. More...
 
void madness::print_centered (const char *s, int column=40, bool underline=true)
 Print a string centered at the given column with optional underlining. More...