advgetopt 2.0.47
Parse complex command line arguments and configuration files in C++.
Public Member Functions | List of all members
advgetopt::validator_factory Class Referenceabstract

#include <validator.h>

Inheritance diagram for advgetopt::validator_factory:
Inheritance graph
[legend]

Public Member Functions

virtual ~validator_factory ()
 The destructor to ease derived classes.
 
virtual std::shared_ptr< validatorcreate (string_list_t const &data) const =0
 
virtual std::string get_name () const =0
 

Detailed Description

Definition at line 50 of file validator.h.

Constructor & Destructor Documentation

◆ ~validator_factory()

advgetopt::validator_factory::~validator_factory ( )
virtual

At this point this destructor does nothing more than help with the virtual table.

Definition at line 526 of file validator.cpp.

Member Function Documentation

◆ create()

virtual std::shared_ptr< validator > advgetopt::validator_factory::create ( string_list_t const data) const
pure virtual

◆ get_name()

virtual std::string advgetopt::validator_factory::get_name ( ) const
pure virtual

The documentation for this class was generated from the following files:

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.