#include <ofxCore.h>
#include <ostream>
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 |
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OfxPointI & |
p |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OfxPointD & |
p |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OfxRangeI & |
r |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OfxRangeD & |
r |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OfxRectI & |
r |
|
) |
| [inline] |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const OfxRectD & |
r |
|
) |
| [inline] |