jigdo API
Last update by Admin on 2010-05-23
net/uri.hh
Go to the documentation of this file.00001 /* $Id: uri.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*- 00002 __ _ 00003 |_) /| Copyright (C) 2004 | richard@ 00004 | \/¯| Richard Atterer | atterer.net 00005 ¯ '` ¯ 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License, version 2. See 00008 the file COPYING for details. 00009 00010 */ 00016 #ifndef URI_HH 00017 #define URI_HH 00018 00019 #include <config.h> 00020 00021 #include <string> 00022 00025 void uriJoin(string* dest, const string& base, const string& rel); 00026 00027 //______________________________________________________________________ 00028 00031 unsigned findLabelColon(const string& s); 00032 //______________________________________________________________________ 00033 00036 bool isRealUrl(const string& s); 00037 //______________________________________________________________________ 00038 00042 bool isLabelUrl(const string& s); 00043 00044 #endif
Generated on Tue Sep 23 14:27:41 2008 for jigdo by
