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