|
BALL 1.5.0
|
STL namespace. More...
Functions | |
| istream & | operator>> (istream &is, BALL::String &str) |
| ostream & | operator<< (ostream &os, BALL::String const &str) |
| istream & | getline (istream &is, BALL::String &str, char delim) |
| istream & | getline (istream &is, BALL::String &str) |
| istream & | getline (istream &is, BALL::String &&str, char delim) |
| istream & | getline (istream &is, BALL::String &&str) |
STL namespace.
| istream & std::getline | ( | istream & | is, |
| BALL::String && | str | ||
| ) |
| istream & std::getline | ( | istream & | is, |
| BALL::String && | str, | ||
| char | delim | ||
| ) |
| istream & std::getline | ( | istream & | is, |
| BALL::String & | str | ||
| ) |
| istream & std::getline | ( | istream & | is, |
| BALL::String & | str, | ||
| char | delim | ||
| ) |
| ostream & std::operator<< | ( | ostream & | os, |
| BALL::String const & | str | ||
| ) |
| istream & std::operator>> | ( | istream & | is, |
| BALL::String & | str | ||
| ) |