Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Tools/StringFunctions.h

Go to the documentation of this file.
00001 /**
00002 * @file StringFunctions.h
00003 *
00004 * Declaration of common string functions
00005 *
00006 * @author Uwe Düffert
00007 */
00008 
00009 #ifndef __StringFunctions_h_
00010 #define __StringFunctions_h_
00011 
00012 /**
00013 * converts a string to our xml format, eg kickLeft or kick-left to kick-left
00014 * @param src pointer to source char* to be converted
00015 * @param dstXml pointer to buffer to write return value to
00016 */
00017 void getXmlString(char* dstXml, const char* src);
00018 
00019 #endif // __StringFunctions_h_
00020 
00021 /*
00022 * Change log :
00023 * 
00024 * $Log: StringFunctions.h,v $
00025 * Revision 1.1.1.1  2004/05/22 17:35:55  cvsadm
00026 * created new repository GT2004_WM
00027 *
00028 * Revision 1.1  2003/10/07 10:13:21  cvsadm
00029 * Created GT2004 (M.J.)
00030 *
00031 * Revision 1.1.1.1  2003/07/02 09:40:28  cvsadm
00032 * created new repository for the competitions in Padova from the 
00033 * tamara CVS (Tuesday 2:00 pm)
00034 *
00035 * removed unused solutions
00036 *
00037 * Revision 1.2  2003/05/06 14:47:08  loetzsch
00038 * added registration of generated GT2003BehaviorControl symbols
00039 *
00040 * Revision 1.1  2003/05/06 08:05:10  dueffert
00041 * generating XML symbols in C
00042 *
00043 *
00044 */

Generated on Thu Sep 23 19:57:41 2004 for GT2004 by doxygen 1.3.6