The Token class
class Token {
public:
Token(FILE*);
Toktype type();
string word();
private:
// ...
};
constructor
member functions
Previous slide
Next slide
Back to first slide
View graphic version