#include <algorithm>
#include "../debug/Log.h"
#include "ScratchBuffer.h"
Go to the source code of this file.
Namespaces | |
| namespace | oasys |
Classes | |
| class | oasys::StringBuffer |
| Utility class that wraps a growable string buffer, similar to std::ostringstream, but with printf() style arguments instead of the << operator. More... | |
| class | oasys::StaticStringBuffer< _sz > |
| Initially stack allocated StringBuffer, which handles the common cases where the StringBuffer is used to sprintf a bunch of stuff together. More... | |
1.5.1