src/href.h

00001 // Copyright (C) 2006 Alexis ROBERT
00002 
00003 #ifndef __HREF_H__
00004 #define __HREF_H__
00005 
00006 #include <string>
00007 
00008 namespace freedaisy {
00010   class Href {
00011   public:
00012     Href() {}
00013     Href(std::string str);
00015     std::string getFile();
00017     std::string getAnchor();
00018 
00020     Href operator=(std::string orig);
00021 
00023     std::string getString();
00024   protected:
00025     std::string _str;
00026   };
00027 }
00028 
00029 #endif

Generated on Sun Jun 25 23:35:45 2006 for libdaisy by  doxygen 1.4.6