Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

string_repository Class Reference

#include <strrep.h>

List of all members.

Public Member Functions

char * allocate (size_t len)
void deallocate (char *ptr)

Private Attributes

string_backet< 4, 64 *1024 > _backet4
string_backet< 5, 32 *1024 > _backet5
string_backet< 6, 16 *1024 > _backet6
string_backet< 7, 8 *1024 > _backet7
string_backet< 8, 4 *1024 > _backet8
string_backet< 9, 2 *1024 > _backet9
string_backet< 10, 1 *1024 > _backet10
string_backet< 11, 512 > _backet11
string_backet< 12, 256 > _backet12
string_backet< 13, 128 > _backet13


Detailed Description

Definition at line 81 of file strrep.h.


Member Function Documentation

char * string_repository::allocate ( size_t  len  )  [inline]

void string_repository::deallocate ( char *  ptr  )  [inline]


Member Data Documentation

string_backet< 4, 64*1024 > string_repository::_backet4 [private]

Definition at line 88 of file strrep.h.

Referenced by allocate(), and deallocate().

string_backet< 5, 32*1024 > string_repository::_backet5 [private]

Definition at line 89 of file strrep.h.

Referenced by allocate(), and deallocate().

string_backet< 6, 16*1024 > string_repository::_backet6 [private]

Definition at line 90 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 91 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 92 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 93 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 94 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 95 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 96 of file strrep.h.

Referenced by allocate(), and deallocate().

Definition at line 97 of file strrep.h.

Referenced by allocate(), and deallocate().


The documentation for this class was generated from the following files:


© Copyright Terimber 2003-.