Open Lighting Architecture  Latest Git
Classes | Namespaces | Enumerations | Functions
FormatPrivate.h File Reference

Detailed Description

Private implementations of the formatting functions from Format.h.

Include dependency graph for FormatPrivate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ola::strings::_ToHex< T >
 

Namespaces

 ola
 The namespace containing all OLA symbols.
 
 ola::strings
 String helper and formatting functions.
 

Enumerations

enum  { HEX_BIT_WIDTH = 4 }
 

Functions

uint32_t ola::strings::_HexCast (uint8_t v)
 
uint32_t ola::strings::_HexCast (int8_t v)
 
uint16_t ola::strings::_HexCast (uint16_t v)
 
uint16_t ola::strings::_HexCast (int16_t v)
 
uint32_t ola::strings::_HexCast (uint32_t v)
 
uint32_t ola::strings::_HexCast (int32_t v)