#include <numerics.hpp>


Classes | |
| struct | result |
Public Types | |
| typedef sign_parser | self_t |
| typedef sign_parser | embed_t |
| typedef sign_parser | derived_t |
| typedef plain_parser_category | parser_category_t |
Public Member Functions | |
| sign_parser () | |
| template<typename ScannerT > | |
| parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
| sign_parser & | derived () |
| sign_parserconst & | derived () const |
| action< sign_parser, ActionT > | operator[] (ActionT const &actor) const |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::spirit::impl::extract_sign(), and boost::serialization::save().
Referenced by boost::spirit::real_parser_policies< T >::parse_sign().