Shadowrun: Awakened 29 September 2011 - Build 871
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 "RakWString.h"
#include "RakAssert.h"
#include <math.h>
#include <float.h>
Include dependency graph for BitStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RakNet::BitStream

Namespaces

namespace  RakNet
 

Simple class to send changes between directories. In essence, a simple autopatcher that can be used for transmitting levels, skins, etc.


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

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 33 of file BitStream.h.

Referenced by RakNet::BitStream::WriteOrthMatrix().


Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net