#include "gdef.h"
#include "gbititerator.h"
#include "gexpgolomb.h"
#include <stdexcept>
Go to the source code of this file.
|
| G |
| Low-level classes for o/s services.
|
|
|
template<typename T > |
bit_stream< T > & | G::operator>> (bit_stream< T > &stream, bool &value) |
|
template<typename T > |
bit_stream< T > & | G::operator>> (bit_stream< T > &stream, unsigned char &value) |
|
template<typename T > |
bit_stream< T > & | G::operator>> (bit_stream< T > &stream, g_uint16_t &value) |
|
template<typename T > |
bit_stream< T > & | G::operator>> (bit_stream< T > &stream, g_uint32_t &value) |
|
template<typename T > |
bit_stream< T > & | G::operator>> (bit_stream< T > &stream, ExpGolomb::value< unsigned int > &value) |
|
template<typename T > |
bit_stream< T > & | G::operator>> (bit_stream< T > &stream, ExpGolomb::value< int > &value) |
|