Public Member Functions

Scanner Class Reference

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:
 All Classes Functions