#include <errno.h>
#include <string.h>
#include "CTB.hxx"
#include "CTBretcode.hxx"
Include dependency graph for CTBretcode.cxx:
Go to the source code of this file.
Functions | |
bool | text_defined (const char *c_text) |
void | print_message (ostream &os, const char *c_pref, const char *c_text) |
Definition in file CTBretcode.cxx.
|
helper, returns
Definition at line 59 of file CTBretcode.cxx. Referenced by CTBretcode::ToStream(), and CTBretcode::operator const char *().
|
|
helper, prints c_text prefixed with c_pref to os with one "
Definition at line 67 of file CTBretcode.cxx. Referenced by CTBretcode::ToStream().
|