Remote Call Framework 3.4
RCF::ByteBuffer Class Reference

#include <ByteBuffer.hpp>

Detailed Description

ByteBuffer is a internally reference counted buffer class, designed to hold a large chunk of data and allow it to be passed around in a program, without incurring any copying overhead. It is conceptually similar to a std::shared_ptr< std::vector<char> >.


The documentation for this class was generated from the following file: