xtl_quote_sym.h File Reference

Defines formats of CTTL quote helper functions. More...

Go to the source code of this file.


Namespaces

namespace  cttl
 Namespace cttl defines publicly visible classes and functions of CTTL library.

Functions

ansi_double_quote_T cttl::ansi_double_quote ()
 CTTL quote helper function function generating implementation for ANSI double quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_ansi_double_quote
< xtl_wrap< MiddleT >
, CTTL_STD_CHAR > > 
cttl::ansi_double_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for ANSI double quotes.
ansi_single_quote_T cttl::ansi_single_quote ()
 CTTL quote helper function function generating implementation for ANSI single quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_ansi_single_quote
< xtl_wrap< MiddleT >
, CTTL_STD_CHAR > > 
cttl::ansi_single_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for ANSI single quotes.
c_double_quote_T cttl::c_double_quote ()
 CTTL quote helper function function generating implementation for C double quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_c_double_quote
< xtl_wrap< MiddleT >
, CTTL_STD_CHAR > > 
cttl::c_double_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for C double quotes.
c_single_quote_T cttl::c_single_quote ()
 CTTL quote helper function function generating implementation for C single quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_c_single_quote
< xtl_wrap< MiddleT >
, CTTL_STD_CHAR > > 
cttl::c_single_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for C single quotes.
template<typename BehindT , typename AheadT >
xtl_wrap< xtl_quote_bool
< xtl_wrap< BehindT >
, xtl_wrap< AheadT > > > 
cttl::lookbehind (xtl_wrap< BehindT > const &behind_, xtl_wrap< AheadT > const &ahead_)
 CTTL positive lookbehind assertion helper function.
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 > > > > 
cttl::quote (CTTL_STD_CHAR left_, xtl_wrap< MiddleT > const &middle_, CTTL_STD_CHAR right_)
 CTTL quote helper function function generating implementation for single-character quotes.
template<typename MiddleT , typename RightT >
xtl_wrap< xtl_quote_bool
< xtl_wrap< MiddleT >
, xtl_wrap< RightT > > > 
cttl::quote (bool, xtl_wrap< MiddleT > const &middle_, xtl_wrap< RightT > const &right_)
 CTTL quote helper function function generating implementation for asymmetric quotes.
template<typename LeftT , typename MiddleT , typename RightT >
xtl_wrap< xtl_quote_generic
< xtl_wrap< LeftT >, xtl_wrap
< MiddleT >, xtl_wrap< RightT > > > 
cttl::quote (xtl_wrap< LeftT > const &left_, xtl_wrap< MiddleT > const &middle_, xtl_wrap< RightT > const &right_)
 CTTL quote helper function for implementation of generic quote.
wchar_ansi_double_quote_T cttl::wchar_ansi_double_quote ()
 CTTL quote helper function function generating implementation for wide character ANSI double quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_ansi_double_quote
< xtl_wrap< MiddleT >
, CTTL_STD_WCHAR > > 
cttl::wchar_ansi_double_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for wide character ANSI double quotes.
wchar_ansi_single_quote_T cttl::wchar_ansi_single_quote ()
 CTTL quote helper function function generating implementation for wide character ANSI single quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_ansi_single_quote
< xtl_wrap< MiddleT >
, CTTL_STD_WCHAR > > 
cttl::wchar_ansi_single_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for wide character ANSI single quotes.
wchar_c_double_quote_T cttl::wchar_c_double_quote ()
 CTTL quote helper function function generating implementation for wide character C double quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_c_double_quote
< xtl_wrap< MiddleT >
, CTTL_STD_WCHAR > > 
cttl::wchar_c_double_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for wide character C double quotes.
wchar_c_single_quote_T cttl::wchar_c_single_quote ()
 CTTL quote helper function function generating implementation for wide character C single quotes.
template<typename MiddleT >
xtl_wrap
< xtl_quote_c_single_quote
< xtl_wrap< MiddleT >
, CTTL_STD_WCHAR > > 
cttl::wchar_c_single_quote (xtl_wrap< MiddleT > const &middle_)
 CTTL quote helper function function generating implementation for wide character C single 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 > > > > 
cttl::wchar_quote (CTTL_STD_WCHAR left_, xtl_wrap< MiddleT > const &middle_, CTTL_STD_WCHAR right_)
 CTTL quote helper function function generating implementation for single wide character quotes.


Detailed Description

Defines formats of CTTL quote helper functions.

Warning:
This is internal CTTL header file and should not be included by user programs.

Definition in file xtl_quote_sym.h.


Generated on Sun Aug 23 13:43:43 2009 for Common Text Transformation Library by  doxygen 1.5.9