MultiAgentDecisionProcess  Release 0.2.1
StringTools.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _STRINGTOOLS_H_
30 #define _STRINGTOOLS_H_ 1
31 
32 /* the include directives */
33 #include "Globals.h"
34 #include <string>
35 
39 namespace StringTools
40 {
41  std::string Append(const std::string& ioString, int inValue);
42 
43 };
44 
45 
46 #endif /* !_STRINGTOOLS_H_ */
47 
48 // Local Variables: ***
49 // mode:c++ ***
50 // End: ***