senf::detail::packet::IntParserOps< Derived, Value > Class Template Reference

Internal: Integer operation mixin for integer parsers. More...

List of all members.


Detailed Description

template<class Derived, class Value>
class senf::detail::packet::IntParserOps< Derived, Value >

Internal: Integer operation mixin for integer parsers.

For internal use only.

This class contains all the integer operations supported by the integer parsers. It is inherited by each integer parser.

Definition at line 49 of file IntParser.ih.


Public Types

typedef Value  value_type

Public Member Functions

  operator Value () const
  unary (~) unary(!) unary(-) mutator(+) mutator(-) mutator(*) mutator(/) mutator(%) mutator(<<) mutator(>>) mutator(&) mutator(|) mutator(^) Derived const &operator++()
Derived const &  operator-- ()
Value  operator++ (int)
Value  operator-- (int)

Member Typedef Documentation


Member Function Documentation

template<class Derived, class Value>
senf::detail::packet::IntParserOps< Derived, Value >::operator
Value ()

Definition at line 54 of file IntParser.ih.

template<class Derived, class Value>
Value senf::detail::packet::IntParserOps< Derived, Value >::
operator++ ( int  )

Definition at line 85 of file IntParser.ih.

template<class Derived, class Value>
Value senf::detail::packet::IntParserOps< Derived, Value >::
operator-- ( int  )

Definition at line 87 of file IntParser.ih.

template<class Derived, class Value>
Derived const& senf::detail::packet::IntParserOps< Derived, Value >::
operator-- ()

Definition at line 82 of file IntParser.ih.

template<class Derived, class Value>
senf::detail::packet::IntParserOps< Derived, Value >::
unary ( )

Definition at line 62 of file IntParser.ih.


The documentation for this class was generated from the following file: