TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/common/ofx/core.hpp File Reference
#include <ofxCore.h>
#include <ostream>
Include dependency graph for core.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

global namespace of the project


namespace  tuttle::ofx

Functions

std::string tuttle::ofx::mapStatusToString (const OfxStatus stat)
 maps status to a string
std::ostream & operator<< (std::ostream &os, const OfxPlugin &v)
std::ostream & operator<< (std::ostream &out, const OfxPointI &p)
std::ostream & operator<< (std::ostream &out, const OfxPointD &p)
std::ostream & operator<< (std::ostream &out, const OfxRangeI &r)
std::ostream & operator<< (std::ostream &out, const OfxRangeD &r)
std::ostream & operator<< (std::ostream &out, const OfxRectI &r)
std::ostream & operator<< (std::ostream &out, const OfxRectD &r)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const OfxPlugin &  v 
)

Definition at line 37 of file core.cpp.

std::ostream& operator<< ( std::ostream &  out,
const OfxPointI &  p 
) [inline]

Definition at line 19 of file core.hpp.

std::ostream& operator<< ( std::ostream &  out,
const OfxPointD &  p 
) [inline]

Definition at line 24 of file core.hpp.

std::ostream& operator<< ( std::ostream &  out,
const OfxRangeI &  r 
) [inline]

Definition at line 29 of file core.hpp.

std::ostream& operator<< ( std::ostream &  out,
const OfxRangeD &  r 
) [inline]

Definition at line 34 of file core.hpp.

std::ostream& operator<< ( std::ostream &  out,
const OfxRectI &  r 
) [inline]

Definition at line 39 of file core.hpp.

std::ostream& operator<< ( std::ostream &  out,
const OfxRectD &  r 
) [inline]

Definition at line 44 of file core.hpp.