Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GContainers.cpp File Reference

Container classes.
Copyright (C) 1995-2003, Matthew Allen. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include "LgiDefs.h"
#include "GMem.h"
#include "GContainers.h"
#include "GString.h"
#include "LgiCommon.h"

Functions

uint LgiHash (uchar *v, int l, bool Case)
 Creates a 32-bit hash of the input string.


Detailed Description

Container classes.
Copyright (C) 1995-2003, Matthew Allen.

Author:
Matthew Allen
Date:
27/7/1995

Function Documentation

uint LgiHash uchar *  v,
int  l,
bool  Case
 

Creates a 32-bit hash of the input string.

Parameters:
v  The string to hash
l  The length of the string in bytes, or -1 for NULL terminated
Case  true if you want case sensitive


Generated on Wed Oct 26 14:46:53 2005 for Lgi by  doxygen 1.4.1