kabc Library API Documentation

VCardRToken.h

00001 /*
00002     
00003     libvcard - vCard parsing library for vCard version 3.0
00004 
00005     Copyright (C) 1999 Rik Hemsley rik@kde.org
00006 
00007   Permission is hereby granted, free of charge, to any person obtaining a copy
00008   of this software and associated documentation files (the "Software"), to
00009   deal in the Software without restriction, including without limitation the
00010   rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
00011   sell copies of the Software, and to permit persons to whom the Software is
00012   furnished to do so, subject to the following conditions:
00013 
00014   The above copyright notice and this permission notice shall be included in
00015   all copies or substantial portions of the Software.
00016 
00017   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00018   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00019   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00020   AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
00021   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
00022   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00023 */
00024 
00025 #ifndef RTOKEN_H
00026 #define RTOKEN_H
00027 
00028 #include <qstrlist.h>
00029 
00030 namespace VCARD
00031 {
00032 
00033 Q_UINT32 RTokenise(const char * str, const char * delim, QStrList & l);
00034 
00035 }
00036 
00037 #endif
00038 
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:09 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001