#include <iostream>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include "LightString.h"
Go to the source code of this file.
Defines | |
| #define | DEBUG_STRING 0 |
| Turns on and off the Light String debug prints. | |
Functions | |
| bool | operator== (const LightString &ls1, const LightString &ls2) |
| comparison operator used by hash-table | |
Definition in file LightString.cpp.
1.5.5