Main Page | Namespace List | Class List | Directories | File List | Class Members | File Members

Strlib.H

Go to the documentation of this file.
00001 #ifndef STRLIB_H
00002 #define STRLIB_H
00003 
00004 
00005 #include <stdlib.h>
00006 #include <iostream>
00007 #include <sstream>
00008 #include <string>
00009 #include "BQStructs.H"
00010 
00012 std::string dbltostr(double d);
00013 
00015 std::string dbltostr2(double d);
00016 
00018 std::string inttostr(int i);
00019 
00021 std::string stripQuote(std::string& s);
00022 
00024 isect_t* convertStringPoint(std::string& pt);
00025 
00027 std::vector<segpt*>* convertStringPath(std::string& path);
00028 
00029 
00030 //adapted from kbcafe.com
00031 
00032 
00033 #endif

Generated on Mon May 16 11:08:36 2005 for BikeQuest by  doxygen 1.4.0