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 void getYabslString(char* dstYabsl, const char* src);
00019 
00020 #endif // __StringFunctions_h_

Generated on Mon Mar 20 22:00:09 2006 for GT2005 by doxygen 1.3.6