#include <command_line_parsing.h>
Inheritance diagram for IntValueClass:
Public Methods | |
virtual | ~IntValueClass () |
virtual int | get_int () const |
Protected Methods | |
IntValueClass ( Token& t, ValueClass* parent, Option* owning_option ) | |
Protected Attributes | |
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.
|
|
|
|
|