![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include "print_string.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
void | phoenix_print (const std::list< T > &data, const std::string &suffix, const std::string &prefix) |
Print data. More... | |
template<typename T , typename U > | |
void | phoenix_print (const std::map< T, std::vector< U > > &data, const std::string &suffix, const std::string &prefix) |
Print data. More... | |
template<typename T , typename U > | |
void | phoenix_print (const std::map< T, U > &data, const std::string &suffix, const std::string &prefix) |
Print data. More... | |
template<typename T > | |
void | phoenix_print (const std::vector< std::vector< T > > &data, const std::string &suffix, const std::string &prefix) |
Print data. More... | |
template<typename T > | |
void | phoenix_print (const std::vector< T > &data, const std::string &suffix, const std::string &prefix) |
Print data. More... | |
template<typename T > | |
void | phoenix_print (const T &data, const std::string &suffix, const std::string &prefix) |
Print data. More... | |
void phoenix_print | ( | const std::list< T > & | data, |
const std::string & | suffix, | ||
const std::string & | prefix | ||
) |
Print data.
data | : data to be printed |
suffix | : suffix to be printed on each string |
prefix | : prefix to be printed on each string |
Definition at line 28 of file print_string_impl.h.
void phoenix_print | ( | const std::map< T, std::vector< U > > & | data, |
const std::string & | suffix, | ||
const std::string & | prefix | ||
) |
Print data.
data | : data to be printed |
suffix | : suffix to be printed on each string |
prefix | : prefix to be printed on each string |
Definition at line 77 of file print_string_impl.h.
void phoenix_print | ( | const std::map< T, U > & | data, |
const std::string & | suffix, | ||
const std::string & | prefix | ||
) |
Print data.
data | : data to be printed |
suffix | : suffix to be printed on each string |
prefix | : prefix to be printed on each string |
Definition at line 65 of file print_string_impl.h.
void phoenix_print | ( | const std::vector< std::vector< T > > & | data, |
const std::string & | suffix, | ||
const std::string & | prefix | ||
) |
Print data.
data | : data to be printed |
suffix | : suffix to be printed on each string |
prefix | : prefix to be printed on each string |
Definition at line 52 of file print_string_impl.h.
References phoenix_print().
void phoenix_print | ( | const std::vector< T > & | data, |
const std::string & | suffix, | ||
const std::string & | prefix | ||
) |
Print data.
data | : data to be printed |
suffix | : suffix to be printed on each string |
prefix | : prefix to be printed on each string |
Definition at line 40 of file print_string_impl.h.
void phoenix_print | ( | const T & | data, |
const std::string & | suffix, | ||
const std::string & | prefix | ||
) |
Print data.
data | : data to be printed |
suffix | : suffix to be printed on each string |
prefix | : prefix to be printed on each string |
Definition at line 18 of file print_string_impl.h.
Referenced by phoenix_print(), printValueOfOpt(), printValueOfOptConst(), testOptionValue(), testPrintString(), testVectorSplit(), and testVectorSplit2().