#include <cstring>
#include <string>
#include <iostream>
#include <iomanip>
#include "utils.H"
#include <map>
#include "unix_buffer.H"
Go to the source code of this file.
Functions | |
bool | compiled_IS_STANDALONE () |
ostream | cout_titel (cout.rdbuf()) |
ostream | cout_network (cout.rdbuf()) |
ostream | cout_status (cout.rdbuf()) |
void | PrintHeader (string name) |
Definition in file at_startup.H.
bool compiled_IS_STANDALONE | ( | ) |
ostream cout_network | ( | cout. | rdbuf() | ) |
ostream cout_status | ( | cout. | rdbuf() | ) |
ostream cout_titel | ( | cout. | rdbuf() | ) |
Referenced by PrintHeader().
void PrintHeader | ( | string | name | ) | [inline] |
Definition at line 195 of file at_startup.H.
References cout, cout_titel(), endl(), std::basic_string< _CharT, _Traits, _Alloc >::length(), MAX(), and std::basic_string< _CharT, _Traits, _Alloc >::resize().
Referenced by main().