Public Member Functions | List of all members
ecl::Converter< std::string, void > Class Template Reference

Convenient, but slow conversions to text format with strings. More...

#include <string.hpp>

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

Public Member Functions

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

Detailed Description

template<>
class ecl::Converter< std::string, void >

Convenient, but slow conversions to text format with strings.

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 121 of file string.hpp.

Constructor & Destructor Documentation

virtual ecl::Converter< std::string, void >::~Converter ( )
inlinevirtual

Reimplemented from ecl::Converter< std::string, int >.

Definition at line 125 of file string.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