Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

diff.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                     (C) 2002 SuSE AG |
00011 \----------------------------------------------------------------------/
00012 
00013    File:       diff.h
00014    Purpose:    generate diff's with the command diff
00015    Author:     Ludwig Nussel <lnussel@suse.de>
00016    Maintainer: Ludwig Nussel <lnussel@suse.de>
00017 
00018 /-*/
00019 
00020 #ifndef diff_h
00021 #define diff_h
00022 
00023 #include <string>
00024 
00028 class Diff
00029 {
00030     public:
00041         static unsigned differ(const std::string file1, const std::string file2, std::string& out, int maxlines = -1);
00042 };
00043 #endif

Generated on Thu Feb 23 23:56:10 2006 for liby2util by doxygen 1.3.6