.TH "std::__detail::_Compiler< _TraitsT >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Compiler< _TraitsT > \- Builds an NFA from an input iterator range\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _TraitsT::char_type \fB_CharT\fP" .br .ti -1c .RI "\fBtypedef\fP \fBregex_constants::syntax_option_type\fP \fB_FlagT\fP" .br .ti -1c .RI "\fBtypedef\fP \fBconst\fP _CharT * \fB_IterT\fP" .br .ti -1c .RI "\fBtypedef\fP _NFA< _TraitsT > \fB_RegexT\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Compiler\fP (_IterT __b, _IterT __e, \fBconst\fP \fBtypename\fP _TraitsT::locale_type &__traits, \fB_FlagT\fP __flags)" .br .ti -1c .RI "\fBshared_ptr\fP< \fBconst\fP \fB_RegexT\fP > \fB_M_get_nfa\fP ()" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _TraitsT> .br class std::__detail::_Compiler< _TraitsT >"Builds an NFA from an input iterator range\&. The _TraitsT type should fulfill requirements [28\&.3]\&. .PP Definition at line \fB57\fP of file \fBregex_compiler\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _TraitsT > \fBtypedef\fP _TraitsT::char_type \fBstd::__detail::_Compiler\fP< _TraitsT >::_CharT" .PP Definition at line \fB60\fP of file \fBregex_compiler\&.h\fP\&. .SS "template<\fBtypename\fP _TraitsT > \fBtypedef\fP \fBregex_constants::syntax_option_type\fP \fBstd::__detail::_Compiler\fP< _TraitsT >::_FlagT" .PP Definition at line \fB63\fP of file \fBregex_compiler\&.h\fP\&. .SS "template<\fBtypename\fP _TraitsT > \fBtypedef\fP \fBconst\fP _CharT* \fBstd::__detail::_Compiler\fP< _TraitsT >::_IterT" .PP Definition at line \fB61\fP of file \fBregex_compiler\&.h\fP\&. .SS "template<\fBtypename\fP _TraitsT > \fBtypedef\fP _NFA<_TraitsT> \fBstd::__detail::_Compiler\fP< _TraitsT >::_RegexT" .PP Definition at line \fB62\fP of file \fBregex_compiler\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _TraitsT > \fBstd::__detail::_Compiler\fP< _TraitsT >::_Compiler (_IterT __b, _IterT __e, \fBconst\fP \fBtypename\fP _TraitsT::locale_type & __traits, \fB_FlagT\fP __flags)" .PP Definition at line \fB65\fP of file \fBregex_compiler\&.tcc\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _TraitsT > \fBshared_ptr\fP< \fBconst\fP \fB_RegexT\fP > \fBstd::__detail::_Compiler\fP< _TraitsT >::_M_get_nfa ()\fC [inline]\fP" .PP Definition at line \fB69\fP of file \fBregex_compiler\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.