tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>
#include <stdlib.h>
#include "detector.h"
#include "dictionary.h"
#include "error.h"
#include "preprocessor.h"
#include "tm.h"
#include "vector.h"
Classes | |
struct | detector |
Functions | |
detector_t * | detector_alloc () |
detector_t * | Pdetector_alloc () |
void | detector_free (detector_t *detectorPtr) |
void | Pdetector_free (detector_t *detectorPtr) |
void | detector_addPreprocessor (detector_t *detectorPtr, preprocessor_t p) |
int_error_t | detector_process (detector_t *detectorPtr, char *str) |
void detector_addPreprocessor | ( | detector_t * | detectorPtr, |
preprocessor_t | p | ||
) |
detector_t* detector_alloc | ( | ) |
void detector_free | ( | detector_t * | detectorPtr | ) |
int_error_t detector_process | ( | detector_t * | detectorPtr, |
char * | str | ||
) |
detector_t* Pdetector_alloc | ( | ) |
void Pdetector_free | ( | detector_t * | detectorPtr | ) |