#include <stdlib.h>
#include <iostream>
#include <sstream>
#include <string>
#include "BQStructs.H"
Include dependency graph for Strlib.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
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_t * | convertStringPoint (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. |
|
Converts a string representing a path into a vector of segpt pointers.
|
Here is the call graph for this function:
|
Converts a string to an isect_t point.
|
|
Converts a double to a string.
|
|
Converts a double to a string.
|
|
Converts an int to a string.
|
|
Strips quotations from data.
|