next up previous contents
Next: Length Up: Methods Previous: IsNull   Contents

IsUnique

NAME

IsUnique

PROTOTYPE

#include "CifString.h"

int CifString::IsUnique();

EXAMPLE

#include "CifString.h"

CifString *s = new CifString("abc");
if (s->IsUnique()) . . .
PURPOSE

IsUnique() Cheks if string references only shared data or to NULL string.

RECEIVES

None

RETURN VALUE

Returns true if string has only reference to shared data or to NULL string

REMARKS

None



Olivera Tosic 2002-06-12