inlib  1.2.0
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/sout
Go to the documentation of this file.
00001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
00002 // See the file inlib.license for terms.
00003 
00004 #ifndef inlib_sout
00005 #define inlib_sout
00006 
00007 #include <string>
00008 
00009 namespace inlib {
00010 
00011 inline std::string sout(const std::string& a_string) {
00012   return std::string("\"")+a_string+"\"";
00013 }
00014 
00015 }
00016 
00017 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines