advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Public Member Functions | Private Attributes | List of all members
edit_config Class Reference
Collaboration diagram for edit_config:
Collaboration graph
[legend]

Public Member Functions

 edit_config (int argc, char *argv[])
 Initialize the DNS options object.
 
void run ()
 Run the command.
 

Private Attributes

advgetopt::getopt f_opt
 

Detailed Description

Definition at line 209 of file edit_config.cpp.

Constructor & Destructor Documentation

◆ edit_config()

edit_config::edit_config ( int  argc,
char *  argv[] 
)

This constructor parses the command line options and returns. It does not try to interpret the command line at all, this is reserved to the run() function which has the ability to return an exit code.

Parameters
[in]argcThe number of arguments in argv.
[in]argvThe array of arguments found on the command line.

Definition at line 230 of file edit_config.cpp.

References f_opt, advgetopt::getopt::get_program_name(), advgetopt::getopt::is_defined(), and advgetopt::getopt::size().

Member Function Documentation

◆ run()

void edit_config::run ( )

Member Data Documentation

◆ f_opt

advgetopt::getopt edit_config::f_opt
private

Definition at line 217 of file edit_config.cpp.

Referenced by edit_config(), and run().


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

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.