Finishing the definition
class Token {
public:
Token(FILE*);
Toktype type();
string word();
private:
string s;
Toktype t;
};
Previous slide
Next slide
Back to first slide
View graphic version