#include <unotools/textsearch.hxx>
#include "address.hxx"
#include "queryentry.hxx"
#include "types.hxx"
#include <vector>
#include <ostream>
Go to the source code of this file.
|
namespace | svl |
| These need to be in global namespace just like their respective types are.
|
|
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const ScQueryParamBase &rParam) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const ScQueryParamTable &rParam) |
|
template<typename charT , typename traits > |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const ScQueryParam &rParam) |
|
◆ operator<<() [1/3]
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< |
( |
std::basic_ostream< charT, traits > & |
stream, |
|
|
const ScQueryParam & |
rParam |
|
) |
| |
|
inline |
◆ operator<<() [2/3]
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< |
( |
std::basic_ostream< charT, traits > & |
stream, |
|
|
const ScQueryParamBase & |
rParam |
|
) |
| |
|
inline |
◆ operator<<() [3/3]
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< |
( |
std::basic_ostream< charT, traits > & |
stream, |
|
|
const ScQueryParamTable & |
rParam |
|
) |
| |
|
inline |