cppexpose  1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
cppexpose.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 
5 #include <cppexpose/cppexpose_api.h>
6 
7 
8 namespace cppexpose
9 {
10 
11 
16 CPPEXPOSE_API void printInfo();
17 
18 
19 } // namespace cppexpose
CPPEXPOSE_API void printInfo()
Print information about the library to the console.
Definition: function_helpers.h:12