Go to the source code of this file.
Classes | |
class | rtc::Vec< T, M > |
Namespaces | |
namespace | rtc |
Functions | |
template<class T , int M> | |
Vec< T, M > | rtc::operator* (const T a, const Vec< T, M > &v) |
template<class T , int M> | |
Vec< T, M > | rtc::operator+ (const T a, const Vec< T, M > &v) |
template<class T , int M> | |
Vec< T, M > | rtc::operator- (const T a, const Vec< T, M > &v) |
template<class T , int M> | |
std::ostream & | rtc::operator<< (std::ostream &os, const Vec< T, M > &vec) |
template<class T , int M> | |
std::istream & | rtc::operator>> (std::istream &is, Vec< T, M > &vec) |
template<class T , int M> | |
bool | rtc::rtc_read (InputHandler &ih, Vec< T, M > &data) |
template<class T , int M> | |
bool | rtc::rtc_write (OutputHandler &oh, const Vec< T, M > &data) |