Class diagram for IntValueClass:

Public Members | |
| virtual | ~IntValueClass () |
| virtual int | get_int () const |
Protected Members | |
| IntValueClass ( Token& t, ValueClass* parent, Option* owning_option ) | |
| Token* | _token |
Friends | |
| class | OptionInt |
It is the caller's responsibility to make sure that the token used to construct this object holds a string representation of an integer. This class will use atoi() to convert and will not perform any error detection or reporting.
[virtual]
[virtual]
[protected]
[friend]
[protected]
written by Dimitri van Heesch, © 1997-1999