|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ptstring.cpp File Reference#include <string.h>
#include <stdlib.h>
#include "ptstring.h"
#include "EkCompiler.h"
#include "EkLocking.h"
Include dependency graph for ptstring.cpp:
Define Documentation
#define imin |
( |
x, |
|
|
y |
|
) |
(x<y)?x:y
|
|
Function Documentation
void fatal |
( |
int |
code = 21, |
|
|
char * |
msg = "String overflow" |
|
) |
[static] |
|
int pdecrement |
( |
size_t * |
target |
) |
|
|
int pdoubledecrement |
( |
size_t * |
target |
) |
|
|
int pincrement |
( |
size_t * |
target |
) |
|
|
size_t quantize |
( |
size_t |
numchars, |
|
|
size_t |
data_size, |
|
|
size_t |
rec_size |
|
) |
[static] |
|
Variable Documentation
template class PTSTRING_DECL ptstring<char>
|
|
|