Go to the source code of this file.
Classes | |
class | rtc::VarVec< T > |
Namespaces | |
namespace | rtc |
Typedefs | |
typedef VarVec< bool > | rtc::VarVecb |
typedef VarVec< char > | rtc::VarVecc |
typedef VarVec< double > | rtc::VarVecd |
typedef VarVec< float > | rtc::VarVecf |
typedef VarVec< int > | rtc::VarVeci |
typedef VarVec< unsigned char > | rtc::VarVecuc |
Functions | |
template<class T > | |
VarVec< T > | rtc::operator* (const T a, const VarVec< T > &v) |
template<class T > | |
VarVec< T > | rtc::operator+ (const T a, const VarVec< T > &v) |
template<class T > | |
VarVec< T > | rtc::operator- (const T a, const VarVec< T > &v) |
template<class T > | |
std::ostream & | rtc::operator<< (std::ostream &os, const VarVec< T > &vec) |
template<class T > | |
std::istream & | rtc::operator>> (std::istream &is, VarVec< T > &vec) |