object.h

Go to the documentation of this file.
00001 #ifndef OBJECT_H
00002 #define OBJECT_H
00003 
00004 #include <boost/smart_ptr.hpp>
00005 
00006 namespace mimas {
00007 
00012 class object
00013 {
00014  public:
00015   object(void) {}
00016   virtual ~object(void) {}
00017 };
00018 
00019 typedef boost::shared_ptr< object > object_ptr;
00020 
00021 }
00022 
00023 #endif

[GNU/Linux] [Qt] [Mesa] [STL] [Lapack] [Boost] [Magick++] [Xalan-C and Xerces-C] [doxygen] [graphviz] [FFTW] [popt] [xine] [Gnuplot] [gnu-arch] [gcc] [gstreamer] [autoconf/automake/make] [freshmeat.net] [opensource.org] [sourceforge.net] [MMVL]
mimas 2.1 - Copyright Mon Oct 30 11:31:17 2006, Bala Amavasai, Stuart Meikle, Arul Selvan, Fabio Caparrelli, Jan Wedekind, Manuel Boissenin, ...