Functions | |
void | silence_unused_warnings_char_ () |
void | silence_unused_warnings_string () |
void | silence_unused_warnings_alnum () |
void | silence_unused_warnings_alpha () |
void | silence_unused_warnings_blank () |
void | silence_unused_warnings_cntrl () |
void | silence_unused_warnings_digit () |
void | silence_unused_warnings_graph () |
void | silence_unused_warnings_print () |
void | silence_unused_warnings_punct () |
void | silence_unused_warnings_space () |
void | silence_unused_warnings_xdigit () |
void | silence_unused_warnings_no_case () |
void | silence_unused_warnings_lower () |
void | silence_unused_warnings_upper () |
void | silence_unused_warnings_lowernum () |
void | silence_unused_warnings_uppernum () |
Variables | |
char_type const | char_ = char_type() |
string_type const | string = string_type() |
alnum_type const | alnum = alnum_type() |
alpha_type const | alpha = alpha_type() |
blank_type const | blank = blank_type() |
cntrl_type const | cntrl = cntrl_type() |
digit_type const | digit = digit_type() |
graph_type const | graph = graph_type() |
print_type const | print = print_type() |
punct_type const | punct = punct_type() |
space_type const | space = space_type() |
xdigit_type const | xdigit = xdigit_type() |
no_case_type const | no_case = no_case_type() |
lower_type const | lower = lower_type() |
upper_type const | upper = upper_type() |
lowernum_type const | lowernum = lowernum_type() |
uppernum_type const | uppernum = uppernum_type() |
typedef proto::terminal<tag::char_code<tag:: alnum , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::alnum_type |
typedef proto::terminal<tag::char_code<tag:: alpha , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::alpha_type |
typedef proto::terminal<tag::char_code<tag:: blank , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::blank_type |
typedef spirit::terminal<tag:: ascii ::char_> boost::spirit::ascii::char_type |
typedef proto::terminal<tag::char_code<tag:: cntrl , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::cntrl_type |
typedef proto::terminal<tag::char_code<tag:: digit , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::digit_type |
typedef proto::terminal<tag::char_code<tag:: graph , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::graph_type |
typedef proto::terminal<tag::char_code<tag:: lower , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::lower_type |
typedef proto::terminal<tag::char_code<tag:: lowernum , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::lowernum_type |
typedef proto::terminal<tag::char_code<tag:: no_case , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::no_case_type |
typedef proto::terminal<tag::char_code<tag:: print , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::print_type |
typedef proto::terminal<tag::char_code<tag:: punct , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::punct_type |
typedef proto::terminal<tag::char_code<tag:: space , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::space_type |
typedef spirit::terminal<tag:: ascii ::string> boost::spirit::ascii::string_type |
typedef proto::terminal<tag::char_code<tag:: upper , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::upper_type |
typedef proto::terminal<tag::char_code<tag:: uppernum , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::uppernum_type |
typedef proto::terminal<tag::char_code<tag:: xdigit , spirit::char_encoding:: ascii > >::type boost::spirit::ascii::xdigit_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
alnum_type const boost::spirit::ascii::alnum = alnum_type() |
Referenced by boost::algorithm::is_alnum(), and boost::cpp_regex_traits< charT >::isctype().
alpha_type const boost::spirit::ascii::alpha = alpha_type() |
Referenced by boost::math::cdf(), boost::math::beta_detail::check_alpha(), boost::graph::distributed::hohberg_vertex_processor< Graph >::echo_phase(), boost::math::detail::ellint_rj_imp(), boost::intersects(), boost::algorithm::is_alpha(), boost::cpp_regex_traits< charT >::isctype(), boost::graph::distributed::hohberg_vertex_processor< Graph >::operator()(), boost::math::pdf(), and boost::math::quantile().
blank_type const boost::spirit::ascii::blank = blank_type() |
cntrl_type const boost::spirit::ascii::cntrl = cntrl_type() |
Referenced by boost::algorithm::is_cntrl(), and boost::cpp_regex_traits< charT >::isctype().
digit_type const boost::spirit::ascii::digit = digit_type() |
graph_type const boost::spirit::ascii::graph = graph_type() |
Referenced by boost::hawick_circuits_detail::call_hawick_circuits(), boost::compressed_sparse_row_graph< directedS, VertexProperty, EdgeProperty, GraphProperty, distributedS< ProcessGroup, InVertex, InDistribution >, InEdgeIndex >::vertex_iterator::dereference(), boost::boyer_myrvold_params::core::dispatched_boyer_myrvold(), boost::hawick_circuits(), boost::hawick_unique_circuits(), boost::polygon::interact(), boost::polygon::polygon_set_data< T >::interact(), boost::polygon::polygon_90_set_data< T >::interact(), boost::algorithm::is_graph(), boost::cpp_regex_traits< charT >::isctype(), boost::compressed_sparse_row_graph< directedS, VertexProperty, EdgeProperty, GraphProperty, distributedS< ProcessGroup, InVertex, InDistribution >, InEdgeIndex >::edge_iterator::operator++(), and boost::read_graphviz().
lower_type const boost::spirit::ascii::lower = lower_type() |
lowernum_type const boost::spirit::ascii::lowernum = lowernum_type() |
no_case_type const boost::spirit::ascii::no_case = no_case_type() |
print_type const boost::spirit::ascii::print = print_type() |
punct_type const boost::spirit::ascii::punct = punct_type() |
Referenced by boost::algorithm::is_punct(), and boost::cpp_regex_traits< charT >::isctype().
space_type const boost::spirit::ascii::space = space_type() |
Referenced by boost::tuples::detail::extract_and_check_delimiter(), boost::chrono::time_point_get< CharT, InputIterator >::get(), boost::chrono::duration_get< CharT, InputIterator >::get(), boost::chrono::detail::time_get< CharT, InputIterator >::get(), boost::chrono::detail::time_get< CharT, InputIterator >::get_white_space(), boost::algorithm::is_space(), boost::cpp_regex_traits< charT >::isctype(), boost::container::operator>>(), and boost::posix_time::to_simple_string_type().
string_type const boost::spirit::ascii::string = string_type() |
upper_type const boost::spirit::ascii::upper = upper_type() |
uppernum_type const boost::spirit::ascii::uppernum = uppernum_type() |
xdigit_type const boost::spirit::ascii::xdigit = xdigit_type() |