TF++, Miscellaneous classes and modules in C++:
commandline.cc File Reference

Implementation of class commandline. More...

#include <iostream>
#include <getopt.h>
#include <tfxx/commandline.h>
#include <tfxx/error.h>
Include dependency graph for commandline.cc:

Go to the source code of this file.

Namespaces

 tfxx
 Namespace containing all code of library libtfxx.
 
 tfxx::cmdline
 Namespace containing all components of module commandline. ,.
 

Detailed Description

Implementation of class commandline.


Copyright (c) 2002 by Thomas Forbriger (IMGF Frankfurt)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 12/01/2002 V1.0 Thomas Forbriger
  • 14/11/2002 V1.2
    - copied from libclass
    • changed name and namespace
  • 19/11/2002 V1.3 Tresult –> Result
  • 19/07/2005 V1.4 use the nice TFXX_abort()

Definition in file commandline.cc.