Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PTM::VVector< T > Class Template Reference

#include <TVector.h>

Inherits PTM::VectorImp< TVectorDesc< 1, VVector< T >, VVector< T >, T > >.

Collaboration diagram for PTM::VVector< T >:

Collaboration graph
[legend]
List of all members.

Public Types

Public Member Functions

Protected Member Functions

Private Attributes


Detailed Description

template<class T>
class PTM::VVector< T >

ベクトル型. VVector<float> v; のように使う
Parameters:
T 要素の型.
See also:
TVector型の演算子

Definition at line 603 of file TVector.h.


Member Typedef Documentation

template<class T>
typedef VVector PTM::VVector< T >::this_type
 

継承されない基本的なメンバの定義.

See also:
DEF_VECTOR_BASIC_MEMBER

Definition at line 609 of file TVector.h.

template<class T>
typedef element_type* PTM::VVector< T >::array_type
 

基本型の定義

Definition at line 609 of file TVector.h.


Constructor & Destructor Documentation

template<class T>
PTM::VVector< T >::VVector  )  [inline]
 

デフォルトコンストラクタ

Definition at line 620 of file TVector.h.

template<class T>
PTM::VVector< T >::VVector const VVector< T > &  s  )  [inline]
 

コピーコンストラクタ

Definition at line 625 of file TVector.h.


Member Function Documentation

template<class T>
size_t PTM::VVector< T >::size_impl  )  const [inline]
 

ベクトルのサイズ.

Definition at line 640 of file TVector.h.

template<class T>
void PTM::VVector< T >::resize_impl size_t  s  )  [inline]
 

ベクトルのサイズの設定

Definition at line 642 of file TVector.h.

template<class T>
size_t PTM::VVector< T >::stride_impl  )  const [inline]
 

ストライド

Definition at line 650 of file TVector.h.

template<class T>
T& PTM::VVector< T >::item_impl size_t  i  )  [inline]
 

要素のアクセス

Definition at line 652 of file TVector.h.

template<class T>
const T& PTM::VVector< T >::item_impl size_t  i  )  const [inline]
 

要素のアクセス

Definition at line 654 of file TVector.h.

template<class T>
void PTM::VVector< T >::init_buffer  )  [inline, protected]
 

バッファの初期化.何もしない.

Reimplemented from PTM::VectorImp< TVectorDesc< 1, VVector< T >, VVector< T >, T > >.

Definition at line 656 of file TVector.h.


Member Data Documentation

template<class T>
array_type PTM::VVector< T >::data [private]
 

メモリの実体

Definition at line 615 of file TVector.h.


The documentation for this class was generated from the following file:
Generated on Sun Apr 16 02:07:57 2006 for Springhead by  doxygen 1.4.1