Definition in file xtl_quote_sym.h.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | cttl |
Functions | |
template<typename LeftT, typename MiddleT, typename RightT> | |
xtl_wrap< xtl_quote_generic< xtl_wrap< LeftT >, xtl_wrap< MiddleT >, xtl_wrap< RightT > >> | quote (xtl_wrap< LeftT > const &left_, xtl_wrap< MiddleT > const &middle_, xtl_wrap< RightT > const &right_) |
CTTL quote function generating implementation for generic quotes. | |
template<typename MiddleT, typename RightT> | |
xtl_wrap< xtl_quote_bool< xtl_wrap< MiddleT >, xtl_wrap< RightT > >> | quote (bool, xtl_wrap< MiddleT > const &middle_, xtl_wrap< RightT > const &right_) |
CTTL quote function generating implementation for asymmetric quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_generic< xtl_wrap< xtl_char< CTTL_STD_CHAR > >, xtl_wrap< MiddleT >, xtl_wrap< xtl_char< CTTL_STD_CHAR > > >> | quote (CTTL_STD_CHAR left_, xtl_wrap< MiddleT > const &middle_, CTTL_STD_CHAR right_) |
CTTL quote function generating implementation for single-character quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_generic< xtl_wrap< xtl_char< CTTL_STD_WCHAR > >, xtl_wrap< MiddleT >, xtl_wrap< xtl_char< CTTL_STD_WCHAR > > >> | wchar_quote (CTTL_STD_WCHAR left_, xtl_wrap< MiddleT > const &middle_, CTTL_STD_WCHAR right_) |
CTTL quote function generating implementation for single wide character quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_ansi_single_quote< xtl_wrap< MiddleT >, CTTL_STD_CHAR >> | ansi_single_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for ANSI single quotes. | |
ansi_single_quote_T | ansi_single_quote () |
CTTL quote function generating implementation for ANSI single quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_ansi_double_quote< xtl_wrap< MiddleT >, CTTL_STD_CHAR > > | ansi_double_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for ANSI double quotes. | |
ansi_double_quote_T | ansi_double_quote () |
CTTL quote function generating implementation for ANSI double quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_c_single_quote< xtl_wrap< MiddleT >, CTTL_STD_CHAR >> | c_single_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for C single quotes. | |
c_single_quote_T | c_single_quote () |
CTTL quote function generating implementation for C single quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_c_double_quote< xtl_wrap< MiddleT >, CTTL_STD_CHAR > > | c_double_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for C double quotes. | |
c_double_quote_T | c_double_quote () |
CTTL quote function generating implementation for C double quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_ansi_single_quote< xtl_wrap< MiddleT >, CTTL_STD_WCHAR >> | wchar_ansi_single_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI single quotes. | |
wchar_ansi_single_quote_T | wchar_ansi_single_quote () |
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI single quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_ansi_double_quote< xtl_wrap< MiddleT >, CTTL_STD_WCHAR > > | wchar_ansi_double_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI double quotes. | |
wchar_ansi_double_quote_T | wchar_ansi_double_quote () |
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI double quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_c_single_quote< xtl_wrap< MiddleT >, CTTL_STD_WCHAR >> | wchar_c_single_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for wide CTTL_STD_CHAR C single quotes. | |
wchar_c_single_quote_T | wchar_c_single_quote () |
CTTL quote function generating implementation for wide CTTL_STD_CHAR C single quotes. | |
template<typename MiddleT> | |
xtl_wrap< xtl_quote_c_double_quote< xtl_wrap< MiddleT >, CTTL_STD_WCHAR > > | wchar_c_double_quote (xtl_wrap< MiddleT > const &middle_) |
CTTL quote function generating implementation for wide CTTL_STD_CHAR C double quotes. | |
wchar_c_double_quote_T | wchar_c_double_quote () |
CTTL quote function generating implementation for wide CTTL_STD_CHAR C double quotes. |
|
CTTL quote function generating implementation for ANSI double quotes.
Definition at line 348 of file xtl_quote_sym.h. References cttl_impl::ansi_double_quote_T. |
|
CTTL quote function generating implementation for ANSI double quotes.
Definition at line 328 of file xtl_quote_sym.h. References CTTL_STD_CHAR. |
|
CTTL quote function generating implementation for ANSI single quotes.
Definition at line 301 of file xtl_quote_sym.h. References cttl_impl::ansi_single_quote_T. |
|
CTTL quote function generating implementation for ANSI single quotes.
Definition at line 281 of file xtl_quote_sym.h. References CTTL_STD_CHAR. |
|
CTTL quote function generating implementation for C double quotes.
Definition at line 446 of file xtl_quote_sym.h. References cttl_impl::c_double_quote_T. |
|
CTTL quote function generating implementation for C double quotes.
Definition at line 426 of file xtl_quote_sym.h. References CTTL_STD_CHAR. |
|
CTTL quote function generating implementation for C single quotes.
Definition at line 398 of file xtl_quote_sym.h. References cttl_impl::c_single_quote_T. |
|
CTTL quote function generating implementation for C single quotes.
Definition at line 378 of file xtl_quote_sym.h. References CTTL_STD_CHAR. |
|
CTTL quote function generating implementation for single-character quotes.
Definition at line 193 of file xtl_quote_sym.h. |
|
CTTL quote function generating implementation for asymmetric quotes.
Definition at line 145 of file xtl_quote_sym.h. |
|
CTTL quote function generating implementation for generic quotes.
Definition at line 93 of file xtl_quote_sym.h. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI double quotes.
Definition at line 546 of file xtl_quote_sym.h. References cttl_impl::wchar_ansi_double_quote_T. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI double quotes.
Definition at line 525 of file xtl_quote_sym.h. References CTTL_STD_WCHAR. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI single quotes.
Definition at line 497 of file xtl_quote_sym.h. References cttl_impl::wchar_ansi_single_quote_T. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR ANSI single quotes.
Definition at line 477 of file xtl_quote_sym.h. References CTTL_STD_WCHAR. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR C double quotes.
Definition at line 647 of file xtl_quote_sym.h. References cttl_impl::wchar_c_double_quote_T. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR C double quotes.
Definition at line 626 of file xtl_quote_sym.h. References CTTL_STD_WCHAR. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR C single quotes.
Definition at line 598 of file xtl_quote_sym.h. References cttl_impl::wchar_c_single_quote_T. |
|
CTTL quote function generating implementation for wide CTTL_STD_CHAR C single quotes.
Definition at line 577 of file xtl_quote_sym.h. References CTTL_STD_WCHAR. |
|
CTTL quote function generating implementation for single wide character quotes.
Definition at line 242 of file xtl_quote_sym.h. |