#include <sstream>
#include "TDbiString.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Go to the source code of this file.
Defines | |
#define | OUT(t, v) |
Functions | |
ClassImp (TDbiString) TDbiString |
#define OUT | ( | t, | |||
v | ) |
ostringstream out; \ out << v; \ fString.append(out.str()); \ return *this;
Definition at line 144 of file TDbiString.cxx.
ClassImp | ( | TDbiString | ) |
Definition at line 10 of file TDbiString.cxx.
References SK_DBI_Trace.
00023 { 00024 // 00025 // 00026 // Purpose: Default constructor 00027 // 00028 // Arguments: None. 00029 // 00030 // Return: n/a 00031 // 00032 // Contact: N. West 00033 // 00034 // Specification:- 00035 // ============= 00036 // 00037 // o Create TDbiString. 00038 00039 00040 // Program Notes:- 00041 // ============= 00042 00043 // None. 00044 00045 00046 SK_DBI_Trace( "Creating TDbiString" << " "); 00047 00048 }