Main Page | Class Hierarchy | Class List | File List | Class Members

PLib::CVector< T > Class Template Reference

A circular vector class. More...

#include <matrix/cvector.h>

Inheritance diagram for PLib::CVector< T >:

PLib::Vector< T > PLib::BasicArray< T > List of all members.

Public Member Functions

 CVector (const int r)
 CVector (const CVector< T > &v)
 CVector (const Vector< T > &v)
 CVector (const BasicArray< T > &v)
T & operator[] (const int i)
operator[] (const int i) const
void put (T v)

Protected Attributes

int index

Detailed Description

template<class T>
class PLib::CVector< T >

A circular vector class.

A circular vector class based on the vector class. The usefullness is limited since you can't perform mathematical operators with these vectors and obtain meaningfull results.

Author:
Philippe Lavoie
Date:
4 October 1996


Member Function Documentation

template<class T>
T PLib::CVector< T >::operator[] const int  i  )  const [inline]
 

< no range checks are performed

Reimplemented from PLib::BasicArray< T >.


The documentation for this class was generated from the following file:
Generated on Tue Dec 16 10:42:19 2003 for NURBS++ by doxygen 1.3.4