The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
nBitStream.h File Reference
#include <ostream>
Include dependency graph for nBitStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  nBitStream

Functions

bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const unsigned long long &ulNumber, const unsigned char ucBitsToStore)
bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const unsigned long &ulNumber, const unsigned char ucBitsToStore)
bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const unsigned int &ulNumber, const unsigned char ucBitsToStore)
bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const long long &lNumber, const unsigned char ucBitsToStore)
bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const long &lNumber, const unsigned char ucBitsToStore)
bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const int &lNumber, const unsigned char ucBitsToStore)
bool nBitStream::store (ostream &stream, char &cRestBits, unsigned char &uiRestBitPosition, const char *pcField, const unsigned int uiBitsToStore)