Adds PrettyPrint, PrettyPrintWithSeparator and EscapeForPrinting.
This commit is contained in:
13
pretty_print.cpp
Normal file
13
pretty_print.cpp
Normal 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
|
||||
Reference in New Issue
Block a user