converters.hpp
Go to the documentation of this file.
1 
10 /*****************************************************************************
11 ** Ifdefs
12 *****************************************************************************/
13 
14 #ifndef ECL_CONVERTERS_HPP_
15 #define ECL_CONVERTERS_HPP_
16 
17 /*****************************************************************************
18 ** Primary Templates
19 *****************************************************************************/
20 
21 #include "converters/converter.hpp"
22 
23 /*****************************************************************************
24 ** Specialisations
25 *****************************************************************************/
26 
29 #include "converters/converter.hpp"
30 #include "converters/char.hpp"
31 #include "converters/integers.hpp"
33 #include "converters/string.hpp"
34 
35 #endif /*ECL_UTILITIES_CONVERTERS_HPP_*/
integers.hpp
Integer conversion functors (shims).
from_byte_array.hpp
Converts byte arrays to integral types.
string.hpp
Type conversions to c++ strings.
converter.hpp
Primary templates for the family of converter classes.
to_byte_array.hpp
Convert to byte arrays.
char.hpp
Type conversions to a readable (ascii) char type.
char_strings.hpp
Type conversions to character strings.


ecl_converters
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:25