WvStreams
Main Page
Modules
Classes
Files
File List
File Members
include
wvstringcache.h
1
/* -*- Mode: C++ -*-
2
* Worldvisions Weaver Software:
3
* Copyright (C) 2005 Net Integration Technologies, Inc.
4
*
5
* Definition for the WvStringCache class.
6
*/
7
#ifndef __WVSTRINGCACHE_H
8
#define __WVSTRINGCACHE_H
9
10
#include "wvstringtable.h"
11
32
class
WvStringCache
33
{
34
static
WvStringTable
*t;
35
static
int
refcount;
36
static
size_t
clean_threshold;
37
38
public
:
39
WvStringCache
();
40
~
WvStringCache
();
41
43
WvString
get
(
WvStringParm
s);
44
46
void
clean
();
47
};
48
49
50
#endif // __WVSTRINGCACHE_H
Generated on Tue Mar 1 2016 21:28:37 for WvStreams by
1.8.4