#include <clasp_options.h>
| Public Member Functions | |
| const char * | args () const | 
| const char * | name () const | 
| bool | next () | 
| bool | valid () const | 
| Private Member Functions | |
| ConfigIter (const char *x) | |
| Private Attributes | |
| const char * | base_ | 
| Friends | |
| class | ClaspCliConfig | 
Definition at line 70 of file clasp_options.h.
| Clasp::Cli::ConfigIter::ConfigIter | ( | const char * | x | ) |  [private] | 
Definition at line 283 of file clasp_options.cpp.
| const char * Clasp::Cli::ConfigIter::args | ( | ) | const | 
Definition at line 285 of file clasp_options.cpp.
| const char * Clasp::Cli::ConfigIter::name | ( | ) | const | 
Definition at line 284 of file clasp_options.cpp.
| bool Clasp::Cli::ConfigIter::next | ( | ) | 
Definition at line 287 of file clasp_options.cpp.
| bool Clasp::Cli::ConfigIter::valid | ( | ) | const | 
Definition at line 286 of file clasp_options.cpp.
| friend class ClaspCliConfig  [friend] | 
Definition at line 77 of file clasp_options.h.
| const char* Clasp::Cli::ConfigIter::base_  [private] | 
Definition at line 79 of file clasp_options.h.