#include "../util/StringBuffer.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::InlineFormatter< _T > |
In some cases (such as templated data structures) where we can't or don't want to use the standard Formatter() virtual callback, this provides an alternate mechanism to print out a string for an object. More... |