plll  1.0
plll::arithmetic::HexStringContext Class Reference

An "arithmetic" context for hexadecimal (base 16) conversions to std::strings. More...

#include <arithmetic.hpp>

Inheritance diagram for plll::arithmetic::HexStringContext:
plll::arithmetic::StringContext

Additional Inherited Members

- Public Types inherited from plll::arithmetic::StringContext
enum  
 The properties of strings.
 
typedef std::string Type
 The type.
 
- Public Member Functions inherited from plll::arithmetic::StringContext
unsigned base () const
 Queries the base of this context. More...
 
 StringContext ()
 Creates a string context for base 10 (decimal).
 
 StringContext (unsigned base)
 Creates a string context for an arbitrary base. More...
 

Detailed Description

An "arithmetic" context for hexadecimal (base 16) conversions to std::strings.

Note that floating point types (type_traits<Type>::is_real is true) might not support htis.

Definition at line 1184 of file arithmetic.hpp.


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