|
| template<class S , class T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const T &t) |
| | Default is to output as std::ostream would. More...
|
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const Literal &t) |
| | Allow writing literal strings. More...
|
| |
| template<class S , class T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const T *t) |
| |
| template<class S , class T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const T **t) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const void *t) |
| |
| void | write_ch (std::ostream &os, unsigned char ch) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const char *str) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const std::string &str) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, std::string &) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, std::string *) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, unsigned char ch) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, bool b) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, Xapian::termcount *p) |
| |
| template<class S , typename T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, std::list< T > &) |
| |
| template<class S , typename T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const std::list< T > &) |
| |
| template<class S , typename K , typename V > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, std::map< K, V > *) |
| |
| template<class S , typename K , typename V > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, std::map< K, V > &) |
| |
| template<class S , typename K , typename V > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const std::map< K, V > &m) |
| |
| template<class S , typename T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const std::vector< T > &v) |
| |
| template<class S , typename T , typename U > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const std::pair< T, U > &v) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const Xapian::Weight *p) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const RemoteConnection &) |
| |
| template<class S > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, const Xapian::Database::Internal *p) |
| |
| template<class S , class T > |
| PrettyOStream< S > & | operator<< (PrettyOStream< S > &ps, Xapian::Internal::intrusive_ptr< const T > t) |
| |
Convert types to pretty representations.
Definition in file pretty.h.