PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
convertToString.cpp
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 
8 #include "convertToString.h"
9 
11 
14 template<>
15 std::string convertToString<std::string>(const std::string & val){
16  return val;
17 }
18 
20 
23 template<>
24 std::string stringToValue<std::string>(const std::string & str){
25  return str;
26 }
27 
convertToString.h
createReleaseCurl.str
str
Definition: createReleaseCurl.py:128