CS代写 TemplateTNT::Vector class Reference

TemplateTNT::Vector class Reference

Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

Copyright By PowCoder代写 加微信 powcoder

TNT::Vector Class Template Reference
#include

List of all members.
Public Types

typedef Subscript  size_type
typedef T  value_type
typedef T  element_type
typedef T*  pointer
typedef T*  iterator
typedef T&  reference
typedef const T*  const_iterator
typedef const T&  const_reference

Public Methods

Subscript  lbound () const
iterator  begin ()
iterator  end ()
const iterator  begin () const
const iterator  end () const
  ~Vector ()
  Vector (const Vector< T > &A)

Detailed Description

template class TNT::Vector

[Deprecatred] Value-based vector class from pre-1.0 TNT version. Kept here for backward compatiblity, but should use the newer TNT::Array1D classes instead.

Member Typedef Documentation

template

typedef const T * TNT::Vector::const_iterator

 

template

typedef const T & TNT::Vector::const_reference

 

template

typedef T TNT::Vector::element_type

 

template

typedef T * TNT::Vector::iterator

 

template

typedef T * TNT::Vector::pointer

 

template

typedef T & TNT::Vector::reference

 

template

typedef Subscript TNT::Vector::size_type

 

template

typedef T TNT::Vector::value_type

 

Constructor & Destructor Documentation

template

TNT::Vector::~Vector (

 

template

TNT::Vector::Vector (

 

template

TNT::Vector::Vector (

const Vector< T > & A )

 

Member Function Documentation

template

const iterator TNT::Vector::begin (

) const [inline]

 

template

iterator TNT::Vector::begin (

) [inline]

 

template

const iterator TNT::Vector::end (

) const [inline]

 

template

iterator TNT::Vector::end (

) [inline]

 

template

Subscript TNT::Vector::lbound (

) const [inline]

 

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

Generated at Thu Jun 26 17:26:25 2003 for Template Numerical Toolkit (TNT) by

1.2.5 written by Dimitri van Heesch,
© 1997-2001

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com