#include <StreamError.h>
Public Member Functions | |
StreamDebugClass (const char *file, int line) | |
int | print (const char *fmt,...) __attribute__((format(printf |
Private Attributes | |
const char * | file |
int | line |
Definition at line 47 of file StreamError.h.
StreamDebugClass::StreamDebugClass | ( | const char * | file, | |
int | line | |||
) | [inline] |
Definition at line 52 of file StreamError.h.
Referenced by StreamDebugObject().
int StreamDebugClass::print | ( | const char * | fmt, | |
... | ||||
) |
const char* StreamDebugClass::file [private] |
Definition at line 49 of file StreamError.h.
int StreamDebugClass::line [private] |
Definition at line 50 of file StreamError.h.