In file src/H_Standard.h:

class HVector


Public Methods

[more] HVector()
[more] HVector(unsigned int n)
[more] HVector(const HVector<T> &V)
[more]void resize(unsigned int n)
[more]HVector<T> & operator= (const HVector<T> &V)
[more] ~HVector()
[more]inline T* ptr() const
[more]inline operator T* () const
[more]inline unsigned int size() const
[more]inline iterator begin() const
[more]inline iterator end() const

Public

[more]typedef T* iterator

Private Fields

[more]T* m_data
[more]unsigned int m_size


Documentation

otypedef T* iterator

o HVector()

o HVector(unsigned int n)

o HVector(const HVector<T> &V)

ovoid resize(unsigned int n)

oHVector<T> & operator= (const HVector<T> &V)

o ~HVector()

oinline T* ptr() const

oinline operator T* () const

oinline unsigned int size() const

oinline iterator begin() const

oinline iterator end() const

oT* m_data

ounsigned int m_size


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.