Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
bit_vector.cpp File Reference
#include <routingkit/bit_vector.h>
#include "emulate_gcc_builtin.h"
#include <string.h>
#include <stdlib.h>
#include <algorithm>
#include <new>
Include dependency graph for bit_vector.cpp:

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)
 

Macro Definition Documentation

◆ aligned_free

#define aligned_free (   ptr)    free(ptr)

Definition at line 18 of file bit_vector.cpp.