Public Member Functions
ecl::Converter< char *, bool > Class Template Reference

Fast conversion to text format with character strings. More...

#include <char_strings.hpp>

Inheritance diagram for ecl::Converter< char *, bool >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Converter ()
char * operator() (const bool &input)
virtual ~Converter ()

Detailed Description

template<>
class ecl::Converter< char *, bool >

Fast conversion to text format with character strings.

Provides a fast conversion to text using character strings.

Unlike some of the numeric converters, this uses an internal character buffer as the output is of known lengths (outputs are either 'true' or 'false'). Ensure your converter does not go out of scope while using the character strings otherwise your character strings will end up pointing at rubbish.

See also:
Converter

Definition at line 819 of file char_strings.hpp.


Constructor & Destructor Documentation

ecl::Converter< char *, bool >::Converter ( ) [inline]

Constructor that initialises with an internal buffer.

Definition at line 824 of file char_strings.hpp.

virtual ecl::Converter< char *, bool >::~Converter ( ) [inline, virtual]

Reimplemented in ecl::Converter< char *, void >.

Definition at line 826 of file char_strings.hpp.


Member Function Documentation

char* ecl::Converter< char *, bool >::operator() ( const bool &  input) [inline]

Converts a bool to a char string held in the converter's buffer.

Parameters:
input: input value to be converted.
Returns:
char* : output text string.

Definition at line 833 of file char_strings.hpp.


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


ecl_converters
Author(s): Daniel Stonier
autogenerated on Thu Jun 6 2019 21:17:34