#include <Root.h>
Inheritance diagram for Conjecture::Root:
Functionality defined here is available in every Conjecture class, obviously. Primarily debugging and other low-level functionality.
Public Member Functions | |
std::string | mergeStrings (const std::string &str1, const std::string &str2, const std::string &indent=" ") const |
|
Merge two multi-line strings into a single string. Each line of the strings are concatenated with 'indent' as filler. This produces readable results only if at least the first input string has fixed-length strings. FUTURE FIX: This may be moved to a string-related class. |