Classes | Namespaces | Defines | Functions

BitStream.h File Reference

This class allows you to write and read native types as a string of bits. More...

#include "RakMemoryOverride.h"
#include "RakNetDefines.h"
#include "Export.h"
#include "RakNetTypes.h"
#include "RakString.h"
#include "RakAssert.h"
#include <math.h>
#include <float.h>
Include dependency graph for BitStream.h:

Go to the source code of this file.

Classes

class  RakNet::BitStream

Namespaces

namespace  RakNet
 

Forward declaration.


Defines

#define _copysign   copysign

Functions

template<class templateType >
BitStream & RakNet::operator<< (BitStream &out, templateType &c)
template<class templateType >
BitStream & RakNet::operator>> (BitStream &in, templateType &c)

Detailed Description

This class allows you to write and read native types as a string of bits.

BitStream is used extensively throughout RakNet and is designed to be used by users as well.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file BitStream.h.


Define Documentation

#define _copysign   copysign

Definition at line 32 of file BitStream.h.