145 std::vector<std::string>
split(
const std::string& splitter)
const;
void addText(const std::string &text)
Add some text from an STL string.
Class for defining a string.
const char * getData() const
Retrieve the string as an array of characters.
std::vector< std::string > split(const std::string &splitter) const
Split up a string according to a split string (e.g. ":" or " ")
LauString operator+=(int integer)
Add an integer to the string.
void addText(const char *text)
Add some text from a character array.
int size() const
Retrieve the total size of the string.
std::string theString_
The string.
TString getTString() const
Retrieve the string as a TString.
void addInteger(int integer)
Add an integer value to the string.
std::string getString() const
Retrieve the string as an STL string.
void addDouble(double value)
Add a double value to the string.
void addText(const TString &text)
Add some text from a TString.
virtual ~LauString()
Destructor.
LauString()
Constructor for an empty string.