metadata.h

Go to the documentation of this file.
00001 //--------------------------------------------------
00011 //--------------------------------------------------
00012 
00013 #ifndef METADATA_H_
00014 #define METADATA_H_
00015 
00016 #include <vector>
00017 
00018 namespace imedgine 
00019 {
00020 
00021   //--------------------------------------------------
00032   //--------------------------------------------------
00033 
00034   class Metadata 
00035   {
00036   public:
00037   
00038     
00039     //--------------------------------------------------
00042     
00043     Metadata() {};
00044     
00045     //--------------------------------------------------
00048     
00049     virtual ~Metadata() {}
00050    
00051   private:
00052   
00053     //--------------------------------------------------
00056     
00057     Metadata(Metadata const&) {}
00058     
00059     //--------------------------------------------------
00062     
00063     Metadata& operator = (Metadata const&) { return(*this); }
00064   };
00065 
00066 }
00067 
00068 #endif //METADATA_H_ 
00069 

Generated on Sun Aug 13 18:19:38 2006 for iMEDgine by  doxygen 1.4.6