Public Member Functions | List of all members
ecl::Converter< std::string, void > Class 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

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

Constructor & Destructor Documentation

◆ ~Converter()

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

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

Definition at line 131 of file string.hpp.


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


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