#include <iosfwd>
#include <iostream>
Go to the source code of this file.
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Rect &rect) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Rectf &rect) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Rectd &rect) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Point &point) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Pointf &point) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Pointd &point) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Size &size) |
|
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Sizef &size) |
|
template<typename T > |
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Vec1< T > &vec) |
|
template<typename T > |
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Vec2< T > &vec) |
|
template<typename T > |
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Vec3< T > &vec) |
|
template<typename T > |
CL_API_CORE std::ostream & | operator<< (std::ostream &s, const CL_Vec4< T > &vec) |
|