Adds PrettyPrint, PrettyPrintWithSeparator and EscapeForPrinting.

This commit is contained in:
2023-05-06 10:54:54 -07:00
parent 859e5761d4
commit fbfe4772e0
4 changed files with 786 additions and 0 deletions

13
pretty_print.cpp Normal file
View File

@@ -0,0 +1,13 @@
/***************************************************************************************
* @file pretty_print.cpp *
* *
* @brief Defines functions for printing objects in a frendlier manner. *
* @copyright *
* Copyright 2023 Tom Hicks *
* Licensed under the MIT license see the LICENSE file for details. *
***************************************************************************************/
#include "pretty_print.h"
namespace CPPUtils {
// Nothing here.
} // namespace CPPUtils