Honeycomb  0.1
Component-Model Framework
Public Member Functions | Friends | List of all members
honey::Bytes Class Reference

String of bytes. More...

#include <Bytes.h>

Inheritance diagram for honey::Bytes:
Inheritance graph
[legend]
Collaboration diagram for honey::Bytes:
Collaboration graph
[legend]

Public Member Functions

 Bytes ()=default
 
 Bytes (ByteBufConst bs)
 
template<szt N>
 Bytes (const ByteArray< N > &bs)
 

Friends

ostream & operator<< (ostream &os, const Bytes &val)
 Write bytes to string stream using current encoding. More...
 
istream & operator>> (istream &is, Bytes &val)
 Read bytes from string stream using current decoding. More...
 

Detailed Description

String of bytes.

Constructor & Destructor Documentation

honey::Bytes::Bytes ( )
default
honey::Bytes::Bytes ( ByteBufConst  bs)
inline
template<szt N>
honey::Bytes::Bytes ( const ByteArray< N > &  bs)
inline

Friends And Related Function Documentation

ostream& operator<< ( ostream &  os,
const Bytes val 
)
friend

Write bytes to string stream using current encoding.

istream& operator>> ( istream &  is,
Bytes val 
)
friend

Read bytes from string stream using current decoding.


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