#include <cddefines.h>
Inherits Singleton< t_debugprt >.
Public Member Functions | |
void | printin (const char *str) |
void | printout (const char *str) |
Protected Member Functions | |
t_debugprt () | |
Private Member Functions | |
void | print_str (const char *str, char dir) const |
Private Attributes | |
int | indent |
FILE * | debug_fp |
Friends | |
class | Singleton< t_debugprt > |
Definition at line 395 of file cddefines.h.
t_debugprt::t_debugprt | ( | ) | [inline, protected] |
void t_debugprt::print_str | ( | const char * | str, | |
char | dir | |||
) | const [inline, private] |
Definition at line 407 of file cddefines.h.
References debug_fp, and indent.
Referenced by printin(), and printout().
void t_debugprt::printin | ( | const char * | str | ) | [inline] |
Definition at line 416 of file cddefines.h.
References indent, and print_str().
void t_debugprt::printout | ( | const char * | str | ) | [inline] |
Definition at line 421 of file cddefines.h.
References indent, and print_str().
friend class Singleton< t_debugprt > [friend] |
Definition at line 397 of file cddefines.h.
FILE* t_debugprt::debug_fp [private] |
int t_debugprt::indent [private] |
Definition at line 405 of file cddefines.h.
Referenced by print_str(), printin(), printout(), and t_debugprt().