#include <string>
#include <stdarg.h>
#include <stdio.h>
formatstr.hppのインクルード依存関係図

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ネームスペース | |
| namespace | langedge |
マクロ定義 | |
| #define | FORMATTING_MACRO(FMT, STR) |
|
|
値: va_list ap;\
va_start(ap, fmt);\
char buf[FORMATTED_BUFSIZ];\
vsprintf(buf, fmt, ap);\
a_str = buf;\
va_end(ap);
|
1.4.2