#include <senf/Utils/RestrictedInt.hh>

Public Types | |
| typedef Base | base_type |
| typedef Tag | tag_type |
Public Member Functions | |
| RestrictedInt (Base value) | |
| RestrictedInt () | |
| BinaryOp (+) BinaryOp(-) BinaryOp(*) BinaryOp(/) BinaryOp(%) BinaryOp(>>) BinaryOp(<<) BinaryOp(&) BinaryOp(|) BinaryOp(^) IncDecOp(++) IncDecOp(--) PrefixOp(~) PrefixOp(-) CompareOp(<) CompareOp( | |
Definition at line 34 of file RestrictedInt.hh.
| typedef Base senf::RestrictedInt< Base, Tag >::base_type |
Definition at line 42 of file RestrictedInt.hh.
| typedef Tag senf::RestrictedInt< Base, Tag >::tag_type |
Definition at line 43 of file RestrictedInt.hh.
|
inlineexplicit |
Definition at line 45 of file RestrictedInt.hh.
|
inline |
Definition at line 46 of file RestrictedInt.hh.
| senf::RestrictedInt< Base, Tag >::BinaryOp | ( | + | ) | & |