Develop Biology
The language of life
String.h File Reference
#include "bio/common/Types.h"
#include <string>
#include <vector>
#include <stdlib.h>
#include <sstream>
+ Include dependency graph for String.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bio::string::Echelon
 

Namespaces

namespace  bio
 
namespace  bio::string
 

Typedefs

typedef std::vector< Echelon > bio::string::Echelons
 

Functions

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)