Definition in file bit_mem_stream.h.
#include "nel/misc/types_nl.h"
#include "nel/misc/mem_stream.h"
Go to the source code of this file.
Namespaces | |
namespace | NLMISC |
Defines | |
#define | serialAdapt(b, type) |
#define | serialAdapt64(b) |
#define | serialAndLog1 serial |
#define | serialAndLog2 serial |
#define | serialBitAndLog serialBit |
|
Value: uint32 ub=0; \ if ( isReading() ) \ { \ serial( ub, sizeof(type)*8 ); \ b = (type)ub; \ } \ else \ { \ ub = (uint32)b; \ serial( ub, sizeof(type)*8 ); \ } Definition at line 97 of file bit_mem_stream.h. Referenced by NLMISC::CBitMemStream::serial(). |
|
Value: Definition at line 118 of file bit_mem_stream.h. Referenced by NLMISC::CBitMemStream::serial(). |
|
Definition at line 90 of file bit_mem_stream.h. |
|
Definition at line 91 of file bit_mem_stream.h. |
|
Definition at line 92 of file bit_mem_stream.h. |