All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
analysesResult.cc File Reference
#include "osl/annotate/analysesResult.h"
#include "osl/misc/carray.h"
#include <boost/foreach.hpp>
Include dependency graph for analysesResult.cc:

Go to the source code of this file.

Macros

#define out(os, shared, x)   os << #x << " " << shared.x << " "
 
#define outif(os, shared, x)   outt(os, shared.x, #x)
 

Functions

template<class T >
void outt (std::ostream &os, const T &a, const char *str)
 

Macro Definition Documentation

#define out (   os,
  shared,
 
)    os << #x << " " << shared.x << " "
#define outif (   os,
  shared,
 
)    outt(os, shared.x, #x)

Definition at line 34 of file analysesResult.cc.

Referenced by osl::annotate::operator<<().

Function Documentation

template<class T >
void outt ( std::ostream &  os,
const T &  a,
const char *  str 
)

Definition at line 29 of file analysesResult.cc.