RTRlib
|
Struct which is similar in function to std::vector from C++. More...
#include <aspa_array.h>
Data Fields | |
uint32_t | size |
size_t | capacity |
struct aspa_record * | data |
Struct which is similar in function to std::vector from C++.
If the vector is running full, a larger chunk of memory is reallocated.
This structure stores ASPA records in a contiguous chunk of memory, sorted in ascending order by their customer ASN.
size_t aspa_array::capacity |
struct aspa_record* aspa_array::data |
uint32_t aspa_array::size |