mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Library 2
This commit is contained in:
@ -22,7 +22,7 @@ private:
|
||||
protected:
|
||||
|
||||
using Vector<Data>::Elements;
|
||||
using Vector<Data>::size;
|
||||
using Vector<Data>::size; // dimension of the array
|
||||
ulong front = 0;
|
||||
ulong rear = 0;
|
||||
|
||||
@ -89,6 +89,7 @@ protected:
|
||||
|
||||
void Expand();
|
||||
void Reduce();
|
||||
|
||||
//void SwapVectors(arguments) specifiers;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user