Unigine::VectorStack Class
Header: | #include <UnigineVector.h> |
Inherits from: | Vector |
VectorStack Class
Members
VectorStack ( ) #
VectorStack ( std::initializer_list<Type> list ) #
Arguments
- std::initializer_list<Type> list
VectorStack ( const VectorStack& o ) #
Arguments
- const VectorStack& o
VectorStack ( VectorStack&& o ) #
Arguments
- VectorStack&& o
VectorStack ( size_t size ) #
Arguments
- size_t size
VectorStack ( const Type& t, size_t size ) #
Arguments
- const Type& t
- size_t size
VectorStack ( const Type* v, size_t size ) #
Arguments
- const Type* v
- size_t size
void VectorStack<Type, Capacity, Counter> ( const VectorStack<Type,OtherCapacity,OtherCounter>& o ) #
Arguments
- const VectorStack<Type,OtherCapacity,OtherCounter>& o
void VectorStack<Type, Capacity, Counter> ( VectorStack<Type,OtherCapacity,OtherCounter>& o ) #
Arguments
- VectorStack<Type,OtherCapacity,OtherCounter>& o
void VectorStack<Type, Capacity, Counter> ( const Vector<Type,OtherCounter>& o ) #
Arguments
- const Vector<Type,OtherCounter>& o
void VectorStack<Type, Capacity, Counter> ( Vector<Type,OtherCounter>& o ) #
Arguments
- Vector<Type,OtherCounter>& o
VectorStack<Type, Capacity, Counter> & operator= ( const VectorStack& v ) #
Arguments
- const VectorStack& v
VectorStack<Type, Capacity, Counter> & operator= ( VectorStack&& v ) #
Arguments
- VectorStack&& v
VectorStack<Type, Capacity, Counter> & operator= ( const VectorStack<Type,OtherCapacity,OtherCounter>& v ) #
Arguments
- const VectorStack<Type,OtherCapacity,OtherCounter>& v
VectorStack<Type, Capacity, Counter> & operator= ( VectorStack<Type,OtherCapacity,OtherCounter>& v ) #
Arguments
- VectorStack<Type,OtherCapacity,OtherCounter>& v
VectorStack<Type, Capacity, Counter> & operator= ( const Vector<Type,OtherCounter>& v ) #
Arguments
- const Vector<Type,OtherCounter>& v
VectorStack<Type, Capacity, Counter> & operator= ( Vector<Type,OtherCounter>& v ) #
Arguments
- Vector<Type,OtherCounter>& v
size_t getMemoryUsage ( ) const#
void destroy ( ) #
Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)