C++ Library Extensions 2022.12.09
To help learn modern C++ programming
002-conversion.cpp File Reference

Demonstrate How to Implement type_to_string() function. More...

#include <tpf_conversion.hpp>
#include <tpf_output.hpp>
#include <vector>
Include dependency graph for 002-conversion.cpp:

Go to the source code of this file.

Functions

void examples_string_conversion ()
 String encoding conversion examples. More...
 
void test_output ()
 
void test_string_output ()
 
void test_container_output ()
 
int main ()
 

Detailed Description

Demonstrate How to Implement type_to_string() function.

Author
your name (you@d.nosp@m.omai.nosp@m.n.com)
Version
0.1
Date
2019-04-13

Definition in file 002-conversion.cpp.

Function Documentation

◆ examples_string_conversion()

void examples_string_conversion ( )

String encoding conversion examples.

[examples_string_conversion_snippet]

Definition at line 21 of file 002-conversion.cpp.

Here is the call graph for this function:

◆ main()

int main ( )

Definition at line 112 of file 002-conversion.cpp.

Here is the call graph for this function:

◆ test_container_output()

void test_container_output ( )

Definition at line 96 of file 002-conversion.cpp.

Here is the call graph for this function:

◆ test_output()

void test_output ( )

[examples_string_conversion_snippet]

Definition at line 60 of file 002-conversion.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_string_output()

void test_string_output ( )

Definition at line 81 of file 002-conversion.cpp.

Here is the call graph for this function: