advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Classes | Namespaces | Variables
validator_length.cpp File Reference

Implementation of the length validator. More...

#include "advgetopt/validator_length.h"
#include "advgetopt/validator_integer.h"
#include <cppthread/log.h>
#include <libutf8/libutf8.h>
#include <snapdev/trim_string.h>
#include <snapdev/poison.h>
Include dependency graph for validator_length.cpp:

Go to the source code of this file.

Classes

class  advgetopt::anonymous_namespace{validator_length.cpp}::validator_length_factory
 

Namespaces

namespace  advgetopt
 The advgetopt environment to parse command line options.
 
namespace  advgetopt::anonymous_namespace{validator_length.cpp}
 

Variables

validator_length_factory advgetopt::anonymous_namespace{validator_length.cpp}::g_validator_length_factory
 

Detailed Description

The length validator allows us to check the number of characters in the value. If less than the minimum or more than the maximum, then it is not considered valid.

Definition in file validator_length.cpp.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.