BufferWriter.h File Reference


Detailed Description

This file declares the interface for the Arxx::BufferWriter class.

#include "Buffer.h"

Include dependency graph for BufferWriter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Arxx

Classes

class  Arxx::BufferWriter
 Implements a convenient input interface for Arxx::Buffer. More...

Functions

Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const std::string &sString)
 A helper function for storing a std::string instance in a buffer.
Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const char *pcString)
 A helper function for storing a C string in a buffer.
Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const float &fValue)
 A helper function for storing float numbers in a buffer.
Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const Arxx::u4byte &u4Value)
 A helper function for storing Arxx::u4byte objects in a buffer.
Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const bool &bValue)
 A helper function for storing bool objects in a buffer.
Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const char &cValue)
 A helper function for storing char objects in a buffer.
Arxx::BufferWriterArxx::operator<< (Arxx::BufferWriter &BufferWriter, const std::pair< Arxx::Buffer::size_type, std::istream * > &Stream)
 A helper function that allows filling a buffer from an std::istream.


Generated on Tue Oct 10 11:34:04 2006 for libarxx by  doxygen 1.4.7