List of all members
ecl::Converter< int, void > Class Template Reference

Conversions to integers. More...

#include <integers.hpp>

Inheritance diagram for ecl::Converter< int, void >:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from ecl::Converter< int, std::string >
int operator() (const std::string &input) ecl_debug_throw_decl(StandardException)
 Converts a string to an integer type. More...
 
virtual ~Converter ()
 
- Public Member Functions inherited from ecl::Converter< int, char >
int operator() (char c) ecl_debug_throw_decl(StandardException)
 Converts a char to an integer type. More...
 

Detailed Description

template<>
class ecl::Converter< int, void >

Conversions to integers.

This groups all the string converters of fundamental types into a single cohesive superclass. At times, this is more convenient than using the string converters individually.

See also
Converter

Definition at line 212 of file integers.hpp.


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


ecl_converters
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:22