pflib v3.0.0-rc1-29-g3a901ac
Pretty Fine HGCROC Interaction Library
All Classes Namespaces Files Functions Variables Typedefs Pages
pflib::packing::hex< WordType > Struct Template Reference

A very simple wrapper enabling us to more easily tell the output stream to style the input word in hexidecimal format. More...

#include <Hex.h>

Collaboration diagram for pflib::packing::hex< WordType >:
[legend]

Public Member Functions

 hex (WordType &w)
 

Public Attributes

WordType & word_
 

Static Public Attributes

static const std::size_t width_ {2*sizeof(WordType)}
 

Friends

std::ostreamoperator<< (std::ostream &os, const pflib::packing::hex< WordType > &h)
 

Detailed Description

template<typename WordType>
struct pflib::packing::hex< WordType >

A very simple wrapper enabling us to more easily tell the output stream to style the input word in hexidecimal format.

Template Parameters

in] WordType type of word for styling


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