Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

utility.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           utility.h  -  description
00003                              -------------------
00004     begin                : Mon Aug 11 2000
00005     copyright            : (C) 2000 by Michael Peeters
00006     email                : Michael.Peeters@vub.ac.be
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef UTILITY_H
00019 #define UTILITY_H 
00020 
00028 #define PRIVATE_COPY(thisclass) private: thisclass (const thisclass & copy)
00029 
00033 #define PRIVATE_ASSIGN(thisclass) private: const thisclass& operator=( const thisclass & assign)
00034 
00037 #define NO_COPY(thisclass) PRIVATE_COPY( thisclass ); PRIVATE_ASSIGN( thisclass)
00038 
00039 #endif
00040 
00041 /*********************************************************************
00042 $Id: utility.h,v 1.1 2001/05/22 10:54:55 mpeeters Exp $
00043 **********************************************************************
00044 
00045 $Log: utility.h,v $
00046 Revision 1.1  2001/05/22 10:54:55  mpeeters
00047 Moved sources and headers for libModel to model/ subdirectory, in an attempt to rationalize the source tree. This should make things "netter".
00048 
00049 Revision 1.2  2000/09/15 10:26:31  mpeeters
00050 Cleaned out header and added CVS tails to files, removed superfuous
00051 @author comments, inserted dates
00052 
00053 *********************************************************************/

To get the sources or tarballs, please go to SourceForge or you can use the CVS repository.

More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be

Last update: June 2002.


Looking for Open Source? Check out SourceForge Logo !