#include <iostream>#include <ostream>#include "headers.h"#include "string-regex.h"Go to the source code of this file.
Data Structures | |
| class | Ident |
Defines | |
| #define | _Ident_h_ |
Variables | |
| static const int | IdentFields = 7 |
| static const char | IdentFormat [] = "$%16s %20s %32s %5s %11s %6s %32s $" |
| static const char | IdentOutFmt [] = "$%s: %-5s%4s %-16s %-5s %s %s %s $" |
const int IdentFields = 7 [static] |
Definition at line 101 of file Ident.h.
Referenced by Ident::Ident().
const char IdentFormat[] = "$%16s %20s %32s %5s %11s %6s %32s $" [static] |
Definition at line 105 of file Ident.h.
Referenced by Ident::Ident().
const char IdentOutFmt[] = "$%s: %-5s%4s %-16s %-5s %s %s %s $" [static] |
Definition at line 107 of file Ident.h.
Referenced by operator<<().
1.6.1