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

stringutil.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013    File:       stringutil.h
00014 
00015    Author:     Michael Andres <ma@suse.de>
00016    Maintainer: Michael Andres <ma@suse.de>
00017 
00018 /-*/
00019 #ifndef stringutil_h
00020 #define stringutil_h
00021 
00022 #include <iosfwd>
00023 
00024 #include <string>
00025 #include <vector>
00026 
00027 namespace strutil {
00028 
00029 extern unsigned split( const std::string          line_tv,
00030                        std::vector<std::string> & words_Vtr,
00031                        const std::string          sep_tv = " \t",
00032                        const bool                 singlesep_bv = false );
00033 
00034 } // namespace strutil
00035 #endif // stringutil_h

Generated on Wed Nov 12 04:52:32 2008 for yast2-ncurses by  doxygen 1.3.9.1