Edinburgh Speech Tools  2.1-release
EST_Chunk Class Reference

#include <include/EST_Chunk.h>

Public Types

typedef unsigned short use_counter
 
typedef int EST_chunk_size
 

Friends

class EST_ChunkPtr
 
EST_ChunkPtr chunk_allocate (size_t bytes)
 
EST_ChunkPtr chunk_allocate (size_t bytes, const char *initial, size_t initial_len)
 
EST_ChunkPtr chunk_allocate (size_t bytes, const EST_ChunkPtr &initial, size_t initial_start, size_t initial_len)
 
void cp_make_updatable (EST_ChunkPtr &shared, EST_chunk_size inuse)
 
void cp_make_updatable (EST_ChunkPtr &shared)
 
void grow_chunk (EST_ChunkPtr &shared, EST_chunk_size inuse, EST_chunk_size newsize)
 
void grow_chunk (EST_ChunkPtr &shared, EST_chunk_size newsize)
 
ostream & operator<< (ostream &s, const EST_Chunk &chp)
 
void tester (void)
 

Detailed Description

Definition at line 90 of file EST_Chunk.h.

Member Typedef Documentation

typedef unsigned short EST_Chunk::use_counter

Definition at line 92 of file EST_Chunk.h.

Definition at line 94 of file EST_Chunk.h.

Friends And Related Function Documentation

friend class EST_ChunkPtr
friend

Definition at line 114 of file EST_Chunk.h.

EST_ChunkPtr chunk_allocate ( size_t  bytes)
friend

Definition at line 231 of file EST_Chunk.cc.

EST_ChunkPtr chunk_allocate ( size_t  bytes,
const char *  initial,
size_t  initial_len 
)
friend

Definition at line 238 of file EST_Chunk.cc.

EST_ChunkPtr chunk_allocate ( size_t  bytes,
const EST_ChunkPtr initial,
size_t  initial_start,
size_t  initial_len 
)
friend

Definition at line 255 of file EST_Chunk.cc.

void cp_make_updatable ( EST_ChunkPtr shared,
EST_Chunk::EST_chunk_size  inuse 
)
friend

Definition at line 280 of file EST_Chunk.cc.

void cp_make_updatable ( EST_ChunkPtr shared)
friend

Definition at line 292 of file EST_Chunk.cc.

void grow_chunk ( EST_ChunkPtr shared,
EST_Chunk::EST_chunk_size  inuse,
EST_Chunk::EST_chunk_size  newsize 
)
friend

Definition at line 324 of file EST_Chunk.cc.

void grow_chunk ( EST_ChunkPtr shared,
EST_Chunk::EST_chunk_size  newsize 
)
friend

Definition at line 311 of file EST_Chunk.cc.

ostream& operator<< ( ostream &  s,
const EST_Chunk chp 
)
friend

Definition at line 336 of file EST_Chunk.cc.

void tester ( void  )
friend

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