#include "FUtils/FUStringBuilder.hpp"
Go to the source code of this file.
Classes | |
class | FUStringBuilderT< Char, SPrintF > |
A dynamically-sized string object. More... | |
class | SprintF |
Encapsulates the 8-bit string numerical conversion functions. More... | |
class | SFprintF |
Encapsulates the Unicode string numerical conversion functions. More... | |
Typedefs | |
typedef FUStringBuilderT< fchar, SFprintF > | FUStringBuilder |
A Unicode string builder. | |
typedef FUStringBuilderT< char, SprintF > | FUSStringBuilder |
A 8-bit string builder. | |
Variables | |
FCOLLADA_EXPORT FUStringBuilder | globalBuilder |
Declares a global Unicode string builder. | |
FCOLLADA_EXPORT FUSStringBuilder | globalSBuilder |
Declares a global 8-bit string builder. |
|
Declares a global Unicode string builder. As many functions within FCollada use the global string builders, their content is often overwritten. Use this builder only for quick conversion or character accumulation. |
|
Declares a global 8-bit string builder. As many functions within FCollada use the global string builders, their content is often overwritten. Use this builder only for quick conversion or character accumulation. |