#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 32 of file ListCoders.h.
| static void Moses::VarIntType< T >::Decode | ( | InIt & | it, | |
| InIt | end, | |||
| OutIt | outIt | |||
| ) | [inline, static] |
Definition at line 90 of file ListCoders.h.
| static size_t Moses::VarIntType< T >::DecodeAndSum | ( | InIt & | it, | |
| InIt | end, | |||
| size_t | num | |||
| ) | [inline, static] |
Definition at line 100 of file ListCoders.h.
Referenced by Moses::MonotonicVector< unsigned, unsigned int, 32 >::at().

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

1.5.9