Defines | 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.

Defines

#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)

Define Documentation

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

Definition at line 33 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 28 of file analysesResult.cc.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines