19 #ifndef TORC_ARCHITECTURE_DDBCONSOLESTREAMS_HPP 
   20 #define TORC_ARCHITECTURE_DDBCONSOLESTREAMS_HPP 
   32 namespace architecture {
 
  103 #endif // TORC_ARCHITECTURE_DDBCONSOLESTREAMS_HPP 
std::basic_istream< char > istream
Internal typedef of istream;. 
 
Forward declaration of template basic_istream. 
 
ostream & getConsoleOut(void)
Returns the database console output stream. 
 
ostream & getConsoleErr(void)
Returns the database console error stream. 
 
void setConsoleOut(ostream &inStream)
Sets the database console output stream. 
 
ostream & getConsoleLog(void)
Returns the database console log stream. 
 
DDBConsoleStreams(istream &inIn, ostream &inOut, ostream &inErr, ostream &inLog)
Explicit constructor. 
 
istream * mInPtr
Pointer to the database console input stream. 
 
static DDBConsoleStreams sDefaultConsoleStreams
 
Device database console streams class. 
 
ostream & mErr(void)
Returns the database console error stream. 
 
Forward declaration of template basic_ostream. 
 
void setConsoleIn(istream &inStream)
Sets the database console input stream. 
 
DDBConsoleStreams(void)
Null constructor. 
 
void setConsoleLog(ostream &inStream)
Sets the database console log stream. 
 
ostream & mOut(void)
Returns the database console output stream. 
 
ostream & mLog(void)
Returns the database console log stream. 
 
virtual ~DDBConsoleStreams(void)
Virtual destructor. 
 
static DDBConsoleStreams sNullConsoleStreams
 
istream & getConsoleIn(void)
Returns the database console input stream. 
 
istream & mIn(void)
Returns the database console input stream. 
 
std::basic_ostream< char > ostream
Internal typedef of ostream;. 
 
virtual void setConsoleStreams(istream &inIn, ostream &inOut, ostream &inErr, ostream &inLog)
Sets all of the database console streams. 
 
void setConsoleErr(ostream &inStream)
Sets the database console error stream.