C++ Library Extensions 2022.12.09
To help learn modern C++ programming
001-type_to_string.cpp File Reference

Examples for type::type_to_string(), Tpf_GetTypeName(), Tpf_GetTypeCategory(), Tpf_GetValueCategory(). More...

#include <iostream>
#include <tpf_types.hpp>
Include dependency graph for 001-type_to_string.cpp:

Go to the source code of this file.

Functions

void example_type_to_string ()
 
int main ()
 

Detailed Description

Examples for type::type_to_string(), Tpf_GetTypeName(), Tpf_GetTypeCategory(), Tpf_GetValueCategory().

Author
Thomas Kim (Thoma.nosp@m.sKim.nosp@m.@Talk.nosp@m.Play.nosp@m.Fun.c.nosp@m.om)
Version
0.1
Date
2019-04-10

Definition in file 001-type_to_string.cpp.

Function Documentation

◆ example_type_to_string()

void example_type_to_string ( )

Definition at line 18 of file 001-type_to_string.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 75 of file 001-type_to_string.cpp.

Here is the call graph for this function: