ZenLib
BitStream.h File Reference
#include "ZenLib/Conf.h"

Go to the source code of this file.

Classes

class  ZenLib::BitStream

Namespaces

namespace  ZenLib

Macros

#define MIN(a, b)

Macro Definition Documentation

◆ MIN

#define MIN ( a,
b )
Value:
(((a) < (b)) ? (a) : (b))

Referenced by ZenLib::BitStream::Get(), and ZenLib::BitStream::Skip().