jigdo API
Last update by Admin on 2010-05-23
util/bstream-counted.hh
Go to the documentation of this file.00001 /* $Id: bstream-counted.hh,v 1.4 2003/08/30 17:56:11 richard Exp $ -*- C++ -*- 00002 __ _ 00003 |_) /| Copyright (C) 2003 | richard@ 00004 | \/¯| Richard Atterer | atterer.net 00005 ¯ '` ¯ 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License, version 2. See 00008 the file COPYING for details. 00009 00010 */ 00016 #ifndef BSTREAM_COUNTED_HH 00017 #define BSTREAM_COUNTED_HH 00018 00019 #include <config.h> 00020 00021 #include <fstream> 00022 00023 #include <smartptr.hh> 00024 #include <bstream.hh> 00025 00027 class BfstreamCounted : virtual public SmartPtrBase, public bfstream { 00028 public: 00029 BfstreamCounted(const char* name, ios::openmode mode) 00030 : bfstream(name, mode) { } 00031 }; 00032 00033 #endif
Generated on Tue Sep 23 14:27:41 2008 for jigdo by
