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_*/
Convert to byte arrays.
Type conversions to character strings.
Integer conversion functors (shims).
Converts byte arrays to integral types.
Primary templates for the family of converter classes.
Type conversions to a readable (ascii) char type.
Type conversions to c++ strings.


ecl_converters
Author(s): Daniel Stonier
autogenerated on Mon Feb 28 2022 22:18:34