Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

BStringUtils.h

00001 // BStringUtils.h (this is -*- C++ -*-)
00002 // 
00003 // \author: Bjoern Giesler <bjoern@giesler.de>
00004 // 
00005 // 
00006 // 
00007 // $Author: giesler $
00008 // $Locker$
00009 // $Revision$
00010 // $Date: 2002-08-19 10:41:28 +0200 (Mon, 19 Aug 2002) $
00011 
00012 #ifndef BSTRINGUTILS_H
00013 #define BSTRINGUTILS_H
00014 
00015 /* system includes */
00016 #include <string>
00017 #include <deque>
00018 
00019 /* my includes */
00020 /* (none) */
00021 
00022 std::string strip(const std::string& str, bool asciiOnly = false);
00023 std::deque<std::string> split(const std::string& str,
00024                               const std::string& separator);
00025 std::string toUpper(const std::string& str);
00026 std::string format(const std::string& fmt, ...);
00027 
00028 #endif /* BSTRINGUTILS_H */

Generated on Sun Jan 7 21:24:18 2007 for libDSFTP by doxygen1.3-rc3