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

Strlib.C File Reference

#include "Strlib.H"

Include dependency graph for Strlib.C:


Functions

std::string dbltostr (double d)
 Converts a double to a string.
std::string dbltostr2 (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< segpt * > * convertStringPath (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.

Here is the call graph for this function:

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 dbltostr2 double  d  ) 
 

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