|
EST_ChunkPtr | chunk_allocate (int size) |
|
EST_ChunkPtr | chunk_allocate (int bytes, const char *initial, int initial_len) |
|
EST_ChunkPtr | chunk_allocate (int bytes, const EST_ChunkPtr &initial, int initial_start, int initial_len) |
|
void | cp_make_updatable (EST_ChunkPtr &shared, EST_Chunk::EST_chunk_size inuse) |
|
void | cp_make_updatable (EST_ChunkPtr &shared) |
|
void | grow_chunk (EST_ChunkPtr &shared, EST_Chunk::EST_chunk_size inuse, EST_Chunk::EST_chunk_size newsize) |
|
void | grow_chunk (EST_ChunkPtr &shared, EST_Chunk::EST_chunk_size newsize) |
|
ostream & | operator<< (ostream &s, const EST_ChunkPtr &cp) |
|
void | tester (void) |
|
Definition at line 158 of file EST_Chunk.h.
◆ EST_ChunkPtr() [1/2]
EST_ChunkPtr::EST_ChunkPtr |
( |
void | | ) |
|
|
inline |
◆ EST_ChunkPtr() [2/2]
◆ ~EST_ChunkPtr()
EST_ChunkPtr::~EST_ChunkPtr |
( |
void | | ) |
|
|
inline |
◆ size()
int EST_ChunkPtr::size |
( |
void | | ) |
const |
|
inline |
◆ shareing()
int EST_ChunkPtr::shareing |
( |
void | | ) |
const |
|
inline |
◆ count()
int EST_ChunkPtr::count |
( |
void | | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator char *()
EST_ChunkPtr::operator char * |
( |
| ) |
|
|
inline |
◆ operator const char *() [1/2]
EST_ChunkPtr::operator const char * |
( |
| ) |
const |
|
inline |
◆ operator const char *() [2/2]
EST_ChunkPtr::operator const char * |
( |
| ) |
|
|
inline |
◆ operator[]()
const char EST_ChunkPtr::operator[] |
( |
int | i | ) |
const |
|
inline |
◆ operator()()
char & EST_ChunkPtr::operator() |
( |
int | i | ) |
|
|
inline |
◆ chunk_allocate [1/3]
◆ chunk_allocate [2/3]
EST_ChunkPtr chunk_allocate |
( |
int | bytes, |
|
|
const char * | initial, |
|
|
int | initial_len ) |
|
friend |
◆ chunk_allocate [3/3]
◆ cp_make_updatable [1/2]
void cp_make_updatable |
( |
EST_ChunkPtr & | shared, |
|
|
EST_Chunk::EST_chunk_size | inuse ) |
|
friend |
◆ cp_make_updatable [2/2]
◆ grow_chunk [1/2]
void grow_chunk |
( |
EST_ChunkPtr & | shared, |
|
|
EST_Chunk::EST_chunk_size | inuse, |
|
|
EST_Chunk::EST_chunk_size | newsize ) |
|
friend |
◆ grow_chunk [2/2]
void grow_chunk |
( |
EST_ChunkPtr & | shared, |
|
|
EST_Chunk::EST_chunk_size | newsize ) |
|
friend |
◆ operator<<
ostream & operator<< |
( |
ostream & | s, |
|
|
const EST_ChunkPtr & | cp ) |
|
friend |
The documentation for this class was generated from the following files: