Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

IDBconnect.icc

Go to the documentation of this file.
00001 //
00002 // $Id: IDBconnect.icc,v 1.3 1999/04/23 17:52:12 mueller Exp $
00003 //
00004 //------------------------------------------+-----------------------------------
00006 
00007 inline bool IDBconnect::operator!() const
00008 {
00009   return !Connected();
00010 }
00011 
00012 //------------------------------------------+-----------------------------------
00014 
00015 inline IDBconnect::operator bool() const
00016 {
00017   return Connected();
00018 }
00019 
00020 //------------------------------------------+-----------------------------------
00022 
00023 inline ostream& operator<<(ostream& os, const IDBconnect& obj)
00024 {
00025   obj.ToStream(os);
00026   return os;
00027 }

Generated at Fri Oct 24 18:17:33 2003 for IDBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001