#include "osl/annotate/analysesResult.h"
#include "osl/misc/carray.h"
#include <boost/foreach.hpp>
マクロ定義 | |
#define | out(os, shared, x) os << #x << " " << shared.x << " " |
#define | outif(os, shared, x) outt(os, shared.x, #x) |
関数 | |
template<class T > | |
void | outt (std::ostream &os, const T &a, const char *str) |
#define out | ( | os, | |||
shared, | |||||
x | ) | os << #x << " " << shared.x << " " |
#define outif | ( | os, | |||
shared, | |||||
x | ) | outt(os, shared.x, #x) |
analysesResult.cc の 33 行で定義されています。
void outt | ( | std::ostream & | os, | |
const T & | a, | |||
const char * | str | |||
) | [inline] |
analysesResult.cc の 28 行で定義されています。