Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
StrRepC
 
Internal string string representation
 
include "amma/String.hh"
User Level:Default
Library:Mtext
Example:exBiHash.cc
Section:Basic Types.Text Text Processing
In Scope:std

Variables:

unsigned int len;
string length

unsigned int sz;
allocated space

atomic_t refs;
Refrence counts.

char s[];
the string starts here (at least 1 char for trailing null) allocated & expanded via non-public fcts

Programmer:Based on GNU code by Doug Lea, Modified by Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001