|
Pixar Arch 0.25.8
|
Architecture dependent memory-safe sprintf capability. More...
#include "pxr/arch/pxr.h"#include "pxr/arch/api.h"#include "pxr/arch/attributes.h"#include <stdio.h>#include <stdarg.h>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | pxr |
Functions | |
| int | pxr::ArchVsnprintf (char *str, size_t size, const char *format, va_list ap) |
| Return the number of characters (not including the null character) necessary for a particular sprintf into a string. | |
| std::string | pxr::ArchStringPrintf (const char *fmt,...) |
| Returns a string formed by a printf()-like specification. | |
| std::string | pxr::ArchVStringPrintf (const char *fmt, va_list ap) |
| Returns a string formed by a printf()-like specification. | |
Architecture dependent memory-safe sprintf capability.