#include "bio/common/Types.h"
#include <string>
#include <vector>
#include <stdlib.h>
#include <sstream>
Go to the source code of this file.
|  | 
| void | bio::string::CloneInto (const char *source, const char *&target) | 
|  | 
| template<typename T > | 
| std::string | bio::string::From (const T &value) | 
|  | 
| std::string | bio::string::FromVectorOfStrings (const CharStrings &v, char delimiter=',', bool trimLeadingSpaces=true) | 
|  | 
| std::string | bio::string::FromVectorOfStrings (const StdStrings &v, char delimiter=',', bool trimLeadingSpaces=true) | 
|  | 
| StdStrings | bio::string::Parse (const std::string &s, char delimiter=',', bool trimLeadingSpaces=true) | 
|  | 
| bool | bio::string::ToBool (const char *s, bool *returned) | 
|  | 
| CharStrings | bio::string::ToCharStrings (const StdStrings &strings) | 
|  | 
| bool | bio::string::ToFloat (const char *s, float *returned) | 
|  | 
| bool | bio::string::ToInt (const char *s, int32_t *returned) | 
|  | 
| StdStrings | bio::string::ToStdStrings (const CharStrings &strings) | 
|  | 
| bool | bio::string::ToUInt (const char *s, uint32_t *returned) | 
|  |