DGD Library
Version: 0.1.0.14 | Updated: Thu Aug 10 16:59:06 2006
Home
DGD News
FAQ
Code Documentation
DGD Installation Guide
Bugs-n-Features
DGD at Sourceforge.net
Download DGD
Subversion
Code Documentation
Documentation
Namespaces
Class Hierarchy
Class List
File List
Namespace Members
Functions
Globals
Tutorial
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

dgStream.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 //
00003 // $Id$
00004 //
00005 // This program is free software; you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation; either version 2 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // This program is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with this program; if not, write to the Free Software
00017 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018 //
00019 // This file is part of Depression Glass library.
00020 //
00021 // Copyright (c) 2002. Dimitry Kloper <kloper@users.sf.net> . 
00022 //
00023 // dgStream.h -- definition of dgstream
00024 //
00025 
00026 #ifndef _dgStream_h_
00027 #define _dgStream_h_
00028 
00034 #include <iostream>
00035 #include <boost/smart_ptr.hpp>
00036 
00037 namespace DGD {
00038 
00045 typedef boost::shared_ptr< std::ostream > stream;
00046 
00047 }; // end of namespace DGD
00048 
00049 #endif /* _dgStream_h_ */
00050 
00051 /* 
00052  * Local Variables:
00053  * compile-command: "make dgStream.obj"
00054  * End:
00055  */
00056 
00057 
00058 

Generated on Thu Aug 10 16:48:28 2006 for DGD Library by doxygen1.3

SourceForge.net Logo Powered by Mason Powered by Perl
Web design derived from Pasilda design found on www.oswd.org.
Copyright (c) 2002, 2003. Dimitry Kloper <kloper@users.sourceforge.net>