class LCVMarray_fixed_size: private LCVMarray<T>


Inheritance:


Public Methods

[more] LCVMarray_fixed_size()
friend ostream &operator<<(ostream&, const LCVMarray_fixed_size<T,N>&);
[more] LCVMarray_fixed_size(const T&)
default constructor
[more] LCVMarray_fixed_size(const LCVMarray_fixed_size<T, N>&)
constructor with initial value
[more] LCVMarray_fixed_size(const T* const)
copy constructor
[more] LCVMarray_fixed_size(const LCVMarray<T>&)
copy from built in array
[more] ~LCVMarray_fixed_size()
copy from LCVMarray
[more]const LCVMarray_fixed_size<T,N> & operator= (const LCVMarray_fixed_size<T, N>&)
destructor
[more]const LCVMarray_fixed_size<T,N> & operator=(const LCVMarray<T>&)
assignment operator to assign an LCVMarray
[more]int get_size() const
[more]int operator==(const LCVMarray_fixed_size<T, N>&) const
return size
[more]int operator!=(const LCVMarray_fixed_size<T, N>&) const
compare equal
[more]T& operator[](const int)
compare !equal
[more]T get_element(const int) const
subscript operator
[more]LCVMarray_fixed_size<T,N> & set_data(const LCVMarray_fixed_size<T, N>&)
set data from LCVMarray_fixed_size
[more]LCVMarray_fixed_size<T,N> & set_data(const LCVMarray<T>&)
set data from LCVMarray
[more]LCVMarray_fixed_size<T,N> & set_data(const T* const)
set data from normal array
[more]void get_data(LCVMarray_fixed_size<T, N>&) const
copy array data into LCVMarray_fixed_size
[more]void get_data(LCVMarray<T>&) const
copy array data into LCVMarray
[more]void get_data(T*) const
copy array data into normal array
[more]LCVMarray_fixed_size<T,N> & initialize(const T&)
[more]void print(ostream&)
initialize with value


Documentation

o LCVMarray_fixed_size()
friend ostream &operator<<(ostream&, const LCVMarray_fixed_size<T,N>&);

o LCVMarray_fixed_size(const T&)
default constructor

o LCVMarray_fixed_size(const LCVMarray_fixed_size<T, N>&)
constructor with initial value

o LCVMarray_fixed_size(const T* const)
copy constructor

o LCVMarray_fixed_size(const LCVMarray<T>&)
copy from built in array

o ~LCVMarray_fixed_size()
copy from LCVMarray

oconst LCVMarray_fixed_size<T,N> & operator= (const LCVMarray_fixed_size<T, N>&)
destructor

oconst LCVMarray_fixed_size<T,N> & operator=(const LCVMarray<T>&)
assignment operator to assign an LCVMarray

oint get_size() const

oint operator==(const LCVMarray_fixed_size<T, N>&) const
return size

oint operator!=(const LCVMarray_fixed_size<T, N>&) const
compare equal

oT& operator[](const int)
compare !equal

oT get_element(const int) const
subscript operator

oLCVMarray_fixed_size<T,N> & set_data(const LCVMarray_fixed_size<T, N>&)
set data from LCVMarray_fixed_size

oLCVMarray_fixed_size<T,N> & set_data(const LCVMarray<T>&)
set data from LCVMarray

oLCVMarray_fixed_size<T,N> & set_data(const T* const)
set data from normal array

ovoid get_data(LCVMarray_fixed_size<T, N>&) const
copy array data into LCVMarray_fixed_size

ovoid get_data(LCVMarray<T>&) const
copy array data into LCVMarray

ovoid get_data(T*) const
copy array data into normal array

oLCVMarray_fixed_size<T,N> & initialize(const T&)

ovoid print(ostream&)
initialize with value


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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