C++ / Beginner / Working with .rvt and .rfa files / MacOS, Linux, Windows
Source Code Location:
BimRv/Examples/Common
Description
The BimRv/Examples/Common folder contains a C++ module, represented with toString.h and toString.cpp files.
This module provides a reusable set of converting functions, which allow to convert different type of objects to strings.
The toString.h header file also contains a type definition for a pointer to a function for a console output.
To specify a custom console output function, call the odExSetPrintConsoleFunc() function that modifies the global static variable g_printConsoleFunc.