Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Strings - StrRepC
 

  PUBLIC

   StrRepC   
 
Internal string string representation
 
include "Ravl/String.hh"
Source file:Ravl/Core/Base/String.hh
User Level:Develop
Library:RavlCore
In Scope:RavlN

Variables:
unsigned int len;
string length

unsigned int sz;
allocated space

ravl_atomic_t refs;
Reference counts.

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

Maintainer:Doug Lea, Modified by Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002