University of Sheffield   

    The Simons
    Component Library

Introduction   Class Hierarchy   Class Listing   Index of Classes   Index of Methods   Header Files  

NotFoundID.h

00001 
00002 //
00003 //  SCL : Simons Component Library
00004 //
00006 //
00007 //  Filename:   NotFoundID.h
00008 //  Contents:   NotFoundID pointer
00009 //  Author:     Anthony J H Simons
00010 //  Revised:    1 December 2005
00011 
00012 // This software is distributed free in the hope that others will
00013 // find it useful.  However, it comes WITHOUT ANY WARRANTY.  No
00014 // liability can be accepted for software failure, merchantability
00015 // or fitness for a particular purpose.  You can redistribute this
00016 // software in its original form, or in a modified form, provided
00017 // that this disclaimer is retained in the file banner.
00018 
00019 #ifndef SCL_NOT_FOUND_ID
00020 #define SCL_NOT_FOUND_ID
00021 
00022 #include "DeviceErrorID.h"
00023 
00024 class NotFound;
00025 
00034 
00035 class NotFoundID : public DeviceErrorID {
00036 public:
00037         NotFoundID();
00038         ~NotFoundID();
00039         NotFoundID(const Null*);
00040         NotFoundID(const NotFound*);
00041         NotFoundID(const NotFoundID&);
00042         NotFoundID& operator=(const NotFound*);
00043         NotFoundID& operator=(const NotFoundID&);
00044         NotFound* operator->() const;
00045 };
00046 
00047 #endif

Generated on Fri May 5 17:17:15 2006 for The Simons Component Library by doxygen1.3