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

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
12/21/1999