List of all members.
Public Member Functions |
|
| Scanner (File *inputfile) |
|
| Scanner (istream *input) |
|
| Scanner (string input) |
|
void | useDefaultSeparators () |
|
void | useSeparators (string s) |
|
bool | inSeparators (char c) |
|
std::string | next () |
|
std::string | nextLine () |
|
int | nextInt () |
|
long | nextLong () |
|
float | nextFloat () |
|
double | nextDouble () |
|
bool | hasNext () |
|
bool | hasNextLine () |
|
bool | hasNextInt () |
|
bool | hasNextLong () |
|
bool | hasNextFloat () |
|
bool | hasNextDouble () |
|
void | close () |
|
bool | hasNextChar () |
|
char | nextChar () |
|
| Scanner (File *inputfile) |
|
| Scanner (istream *input) |
|
| Scanner (string input) |
|
void | useDefaultSeparators () |
|
void | useSeparators (string s) |
|
bool | inSeparators (char c) |
|
std::string | next () |
|
std::string | nextLine () |
|
int | nextInt () |
|
long | nextLong () |
|
float | nextFloat () |
|
double | nextDouble () |
|
bool | hasNext () |
|
bool | hasNextLine () |
|
bool | hasNextInt () |
|
bool | hasNextLong () |
|
bool | hasNextFloat () |
|
bool | hasNextDouble () |
|
void | close () |
|
string | rest () |
The documentation for this class was generated from the following files:
- OptFrame/Parallel/MapReduce++/util/Scanner++/Scanner.h
- OptFrame/Util/Scanner++/Scanner.h
- OptFrame/Parallel/MapReduce++/util/Scanner++/Scanner.cpp
- OptFrame/Util/Scanner++/Scanner.cpp