nlib
BinaryWriter.h File Reference

Defines the class for writing binary files to streams. More...

#include "nn/nlib/Config.h"
#include "nn/nlib/Swap.h"

Go to the source code of this file.

Classes

class  nn::nlib::BinaryWriter
 The class for writing binary to streams (to OutputStream). More...
 

Namespaces

 nn::nlib
 Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs. nlib_ns is an alias.
 
 nn::nlib::binary_writer
 Defines functions that are used to write user-defined classes with the BinaryWriter class.
 

Functions

template<class T >
bool nn::nlib::binary_writer::Write (BinaryWriter *w, T x)
 You can write user-defined class objects by specializing this function template. More...
 
template<class T >
bool nn::nlib::binary_writer::WriteArray (BinaryWriter *w, const T *x, size_t n)
 You can write user-defined class objects by specializing this function template. More...
 

Detailed Description

Defines the class for writing binary files to streams.

Definition in file BinaryWriter.h.