#include <ListCoders.h>
Static Public Member Functions | |
| template<typename InIt , typename OutIt > | |
| static void | Encode (InIt it, InIt end, OutIt outIt) |
| template<typename InIt , typename OutIt > | |
| static void | Decode (InIt &it, InIt end, OutIt outIt) |
| template<typename InIt > | |
| static size_t | DecodeAndSum (InIt &it, InIt end, size_t num) |
Definition at line 122 of file ListCoders.h.
| static void Moses::Simple9::Decode | ( | InIt & | it, | |
| InIt | end, | |||
| OutIt | outIt | |||
| ) | [inline, static] |
Definition at line 365 of file ListCoders.h.
| static size_t Moses::Simple9::DecodeAndSum | ( | InIt & | it, | |
| InIt | end, | |||
| size_t | num | |||
| ) | [inline, static] |
Definition at line 373 of file ListCoders.h.
Referenced by Moses::MonotonicVector< unsigned, unsigned int, 32 >::at().

| static void Moses::Simple9::Encode | ( | InIt | it, | |
| InIt | end, | |||
| OutIt | outIt | |||
| ) | [inline, static] |
Definition at line 322 of file ListCoders.h.
Referenced by Moses::MonotonicVector< unsigned, unsigned int, 32 >::commit(), and Moses::MonotonicVector< unsigned, unsigned int, 32 >::push_back().

1.5.9