LifeV
|
String utilities. More...
#include <lifev/core/util/StringUtility.hpp>
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
std::istream & | eatLine (std::istream &s) |
std::istream & | eatComments (std::istream &s) |
skip lines starting with '!%#;$' More... | |
std::istream & | nextGoodLine (std::istream &s, std::string &line) |
gets next uncommented line More... | |
std::string & | setStringLength (std::string &s, unsigned int len, char c) |
int | atoi (const std::string &s) |
extends atoi to STL std::strings (from Stroustrup) More... | |
std::string | operator+ (const std::string &str, const int i) |
std::string | operator+ (const std::string &str, const long i) |
std::string | operator+ (const std::string &str, const unsigned int i) |
String utilities.
Definition in file StringUtility.cpp.