Public Member Functions | Public Attributes
qrk::Point< T > Class Template Reference

位置の型定義 More...

#include <Point.h>

List of all members.

Public Member Functions

const Point< T > operator+ (const Point< T > &rhs) const
Point< T > & operator+= (const Point< T > &rhs)
const Point< T > operator- (const Point< T > &rhs) const
Point< T > & operator-= (const Point< T > &rhs)
bool operator< (const Point< T > &rhs) const
bool operator== (const Point< T > &rhs) const
 Point (void)
 Point (T x_, T y_)

Public Attributes

x
y

Detailed Description

template<typename T>
class qrk::Point< T >

位置の型定義

Definition at line 19 of file Point.h.


Constructor & Destructor Documentation

template<typename T>
qrk::Point< T >::Point ( void  ) [inline]

Definition at line 26 of file Point.h.

template<typename T>
qrk::Point< T >::Point ( x_,
y_ 
) [inline]

Definition at line 31 of file Point.h.


Member Function Documentation

template<typename T>
const Point<T> qrk::Point< T >::operator+ ( const Point< T > &  rhs) const [inline]

Definition at line 65 of file Point.h.

template<typename T>
Point<T>& qrk::Point< T >::operator+= ( const Point< T > &  rhs) [inline]

Definition at line 56 of file Point.h.

template<typename T>
const Point<T> qrk::Point< T >::operator- ( const Point< T > &  rhs) const [inline]

Definition at line 80 of file Point.h.

template<typename T>
Point<T>& qrk::Point< T >::operator-= ( const Point< T > &  rhs) [inline]

Definition at line 71 of file Point.h.

template<typename T>
bool qrk::Point< T >::operator< ( const Point< T > &  rhs) const [inline]

Definition at line 42 of file Point.h.

template<typename T>
bool qrk::Point< T >::operator== ( const Point< T > &  rhs) const [inline]

Definition at line 36 of file Point.h.


Member Data Documentation

template<typename T>
T qrk::Point< T >::x

Definition at line 22 of file Point.h.

template<typename T>
T qrk::Point< T >::y

Definition at line 23 of file Point.h.


The documentation for this class was generated from the following file:


corobot_teleop
Author(s):
autogenerated on Wed Aug 26 2015 11:09:59