|
Xpace
|
#include <elt_int.h>
Public Member Functions | |
| void | set (const std::vector< N > *v, const N &maxValue) |
| size_t | getLen () const |
| void | startEncode (MemBitStream *n) const |
| void | encode (const N &n, MemBitStream *b) const |
| void | startDecode (MemBitStream *b, BytePool *) |
| N | decode (MemBitStream *b) const |
|
inline |
Definition at line 316 of file elt_int.h.
References Xpace::eltIntFixed< N >::getLen().
Referenced by Xpace::eltIntInfo< N >::set().
|
inline |
Definition at line 326 of file elt_int.h.
References Xpace::eltIntFixed< N >::startEncode().
Referenced by Xpace::eltIntFixed< N >::set().
|
inline |
Definition at line 335 of file elt_int.h.
References Xpace::eltIntFixed< N >::encode().
Referenced by Xpace::eltIntFixed< N >::getLen().
|
inline |
Definition at line 344 of file elt_int.h.
References Xpace::eltIntFixed< N >::startDecode().
Referenced by Xpace::eltIntFixed< N >::startEncode().
|
inline |
Definition at line 354 of file elt_int.h.
References Xpace::eltIntCoded< N >::set().
Referenced by Xpace::eltIntFixed< N >::encode().
|
inline |