advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Classes | Namespaces
validator_keywords.h File Reference

Declaration of the keywords validator. More...

#include <advgetopt/validator.h>
Include dependency graph for validator_keywords.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  advgetopt::validator_keywords
 

Namespaces

namespace  advgetopt
 The advgetopt environment to parse command line options.
 

Detailed Description

The advgetopt library offers a keywords validator which makes it really simple to verify that a command line option matches an exact word without having to handle a regular expression. It will also be slightly faster.

The keywords are written as parameters separated by commas (,):

keywords(on,off)

Definition in file validator_keywords.h.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.