Jafar
|
00001 /* $Id$ */ 00002 00003 #ifndef _SPAF_DESCRIPTOR_HPP_ 00004 #define _SPAF_DESCRIPTOR_HPP_ 00005 00006 namespace jafar { 00007 00008 namespace spaf { 00009 class ComparisonResult; 00010 class Descriptor { 00011 public: 00012 virtual ~Descriptor() {} 00013 virtual ComparisonResult compareTo(const Descriptor* descriptor) =0; 00014 }; 00015 00016 } 00017 } 00018 00019 #endif
Generated on Wed Oct 15 2014 00:37:18 for Jafar by doxygen 1.7.6.1 |