![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <routingkit/bit_vector.h>#include "emulate_gcc_builtin.h"#include <string.h>#include <stdlib.h>#include <algorithm>#include <new>Go to the source code of this file.
Namespaces | |
| namespace | RoutingKit |
Macros | |
| #define | aligned_free(ptr) free(ptr) |
Functions | |
| bool | RoutingKit::operator< (const BitVector &l, const BitVector &r) |
| bool | RoutingKit::operator== (const BitVector &l, const BitVector &r) |
| #define aligned_free | ( | ptr | ) | free(ptr) |
Definition at line 18 of file bit_vector.cpp.