namespace options_utils

The home of optmap.

class optmap
A argument option handler, based on the Command pattern.
class opt_flag: public optmap::cmd
A cmd handler that can set a boolean flag
class opt_int: public optmap::cmd
A cmd handler that can get an integer value
class opt_string: public optmap::cmd
A cmd handler for a string


Documentation

The home of optmap. This is a unified way of handling commang line arguments, and suitable usage replies when things goes badly.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.