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

Numtostr.H File Reference

#include <iostream>
#include <string>

Include dependency graph for Numtostr.H:

Go to the source code of this file.

Functions

std::string dbltostr (double d)
 Converts a double to a string.
std::string inttostr (int i)
 Converts an int to a string.
std::string stripQuote (std::string &s)
 Strips quotations from data.
isect_tconvertStringPoint (std::string &pt)
 Converts a string to an isect_t point.
std::vector< segptconvertStringPath (std::string &path)
 Converts a string representing a path into a vector of segpt pointers.


Function Documentation

std::vector<segpt> convertStringPath std::string &  path  ) 
 

Converts a string representing a path into a vector of segpt pointers.

isect_t* convertStringPoint std::string &  pt  ) 
 

Converts a string to an isect_t point.

std::string dbltostr double  d  )  [inline]
 

Converts a double to a string.

std::string inttostr int  i  )  [inline]
 

Converts an int to a string.

std::string stripQuote std::string &  s  ) 
 

Strips quotations from data.


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