CPPDescent 80d9539 (with uncommitted changes)
A C++ KNN-Graph creation library
Loading...
Searching...
No Matches
Classes | Macros
ADTVector.hpp File Reference

ADTVector implementation using a dynamic array. More...

#include "common.hpp"
Include dependency graph for ADTVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vectorNode
 Class for the vector Node object. More...
 
class  Vector
 ADT Vector. More...
 

Macros

#define VECTOR_MIN_CAPACITY   10
 
#define VECTOR_BOF   (vectorNode*)0
 
#define VECTOR_EOF   (vectorNode*)0
 

Detailed Description

ADTVector implementation using a dynamic array.

Author
Konstantinos Chousos
Version
0.1
Date
2023-10-29